Interface AssociateContactWithAddressBookRequest.Builder
-
- All Superinterfaces:
AlexaForBusinessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<AssociateContactWithAddressBookRequest.Builder,AssociateContactWithAddressBookRequest>,SdkBuilder<AssociateContactWithAddressBookRequest.Builder,AssociateContactWithAddressBookRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateContactWithAddressBookRequest
public static interface AssociateContactWithAddressBookRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<AssociateContactWithAddressBookRequest.Builder,AssociateContactWithAddressBookRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateContactWithAddressBookRequest.BuilderaddressBookArn(String addressBookArn)The ARN of the address book with which to associate the contact.AssociateContactWithAddressBookRequest.BuildercontactArn(String contactArn)The ARN of the contact to associate with an address book.AssociateContactWithAddressBookRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateContactWithAddressBookRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessRequest.Builder
build
-
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, sdkFields
-
-
-
-
Method Detail
-
contactArn
AssociateContactWithAddressBookRequest.Builder contactArn(String contactArn)
The ARN of the contact to associate with an address book.
- Parameters:
contactArn- The ARN of the contact to associate with an address book.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addressBookArn
AssociateContactWithAddressBookRequest.Builder addressBookArn(String addressBookArn)
The ARN of the address book with which to associate the contact.
- Parameters:
addressBookArn- The ARN of the address book with which to associate the contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateContactWithAddressBookRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateContactWithAddressBookRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-