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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DissociatePackageRequest.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.Builder
DissociatePackageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.