Interface DissociatePackageRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DissociatePackageRequest.Builder,DissociatePackageRequest>
,ElasticsearchRequest.Builder
,SdkBuilder<DissociatePackageRequest.Builder,DissociatePackageRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DissociatePackageRequest
public static interface DissociatePackageRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<DissociatePackageRequest.Builder,DissociatePackageRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DissociatePackageRequest.Builder
domainName(String domainName)
Name of the domain that you want to associate the package with.DissociatePackageRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DissociatePackageRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
DissociatePackageRequest.Builder
packageID(String packageID)
Internal ID of the package that you want to associate with a domain.-
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.services.elasticsearch.model.ElasticsearchRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
packageID
DissociatePackageRequest.Builder packageID(String packageID)
Internal ID of the package that you want to associate with a domain. Use
DescribePackages
to find this value.- Parameters:
packageID
- Internal ID of the package that you want to associate with a domain. UseDescribePackages
to find this value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
DissociatePackageRequest.Builder domainName(String domainName)
Name 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.
-
overrideConfiguration
DissociatePackageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DissociatePackageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-