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)
Add an optional request override configuration.
|
DissociatePackageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DissociatePackageRequest.Builder |
packageID(String packageID)
Internal ID of the package that you want to associate with a domain.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DissociatePackageRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DissociatePackageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.