public static interface DissociatePackageRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<DissociatePackageRequest.Builder,DissociatePackageRequest>
| Modifier and Type | Method and Description |
|---|---|
DissociatePackageRequest.Builder |
domainName(String domainName)
Name of the domain to dissociate the package from.
|
DissociatePackageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DissociatePackageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DissociatePackageRequest.Builder |
packageID(String packageID)
Internal ID of the package to dissociate from the domain.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDissociatePackageRequest.Builder packageID(String packageID)
Internal ID of the package to dissociate from the domain. Use ListPackagesForDomain to find this
value.
packageID - Internal ID of the package to dissociate from the domain. Use ListPackagesForDomain to
find this value.DissociatePackageRequest.Builder domainName(String domainName)
Name of the domain to dissociate the package from.
domainName - Name of the domain to dissociate the package from.DissociatePackageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDissociatePackageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.