public static interface AssociatePackageRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<AssociatePackageRequest.Builder,AssociatePackageRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociatePackageRequest.Builder |
domainName(String domainName)
Name of the domain that you want to associate the package with.
|
AssociatePackageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociatePackageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociatePackageRequest.Builder |
packageID(String packageID)
Internal ID of the package that you want to associate with a domain.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociatePackageRequest.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.AssociatePackageRequest.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.AssociatePackageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociatePackageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.