Interface GetContactRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetContactRequest.Builder,GetContactRequest>
,SdkBuilder<GetContactRequest.Builder,GetContactRequest>
,SdkPojo
,SdkRequest.Builder
,SesV2Request.Builder
- Enclosing class:
- GetContactRequest
public static interface GetContactRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<GetContactRequest.Builder,GetContactRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetContactRequest.Builder
contactListName(String contactListName)
The name of the contact list to which the contact belongs.GetContactRequest.Builder
emailAddress(String emailAddress)
The contact's email address.GetContactRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetContactRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build
-
-
-
-
Method Detail
-
contactListName
GetContactRequest.Builder contactListName(String contactListName)
The name of the contact list to which the contact belongs.
- Parameters:
contactListName
- The name of the contact list to which the contact belongs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emailAddress
GetContactRequest.Builder emailAddress(String emailAddress)
The contact's email address.
- Parameters:
emailAddress
- The contact's email address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetContactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetContactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-