public static interface DissociatePackageRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<DissociatePackageRequest.Builder,DissociatePackageRequest>
| Modifier and Type | Method and Description |
|---|---|
DissociatePackageRequest.Builder |
domainName(String domainName)
Name of the domain that you want to associate the package with.
|
DissociatePackageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DissociatePackageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DissociatePackageRequest.Builder |
packageID(String packageID)
Internal ID of the package that you want to associate with a domain.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDissociatePackageRequest.Builder packageID(String packageID)
Internal ID of the package that you want to associate with a domain. Use DescribePackages to
find this value.
packageID - Internal ID of the package that you want to associate with a domain. Use DescribePackages
to find this value.DissociatePackageRequest.Builder domainName(String domainName)
Name of the domain that you want to associate the package with.
domainName - Name of the domain that you want to associate the package with.DissociatePackageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDissociatePackageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.