Interface AssociatePackageRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<AssociatePackageRequest.Builder,,- AssociatePackageRequest> - ElasticsearchRequest.Builder,- SdkBuilder<AssociatePackageRequest.Builder,,- AssociatePackageRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- AssociatePackageRequest
@Mutable
@NotThreadSafe
public static interface AssociatePackageRequest.Builder
extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<AssociatePackageRequest.Builder,AssociatePackageRequest> 
- 
Method SummaryModifier and TypeMethodDescriptiondomainName(String domainName) Name of the domain that you want to associate the package with.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Internal ID of the package that you want to associate with a domain.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.elasticsearch.model.ElasticsearchRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
packageIDInternal ID of the package that you want to associate with a domain. Use DescribePackagesto find this value.- Parameters:
- packageID- Internal ID of the package that you want to associate with a domain. Use- DescribePackagesto find this value.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainNameName of the domain that you want to associate the package with. - Parameters:
- domainName- Name of the domain that you want to associate the package with.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationAssociatePackageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationAssociatePackageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-