default AssociatePackageRequest.Builder |
AssociatePackageRequest.Builder.associationConfiguration(Consumer<PackageAssociationConfiguration.Builder> associationConfiguration) |
The configuration for associating a package with an Amazon OpenSearch Service domain.
|
AssociatePackageRequest.Builder |
AssociatePackageRequest.Builder.associationConfiguration(PackageAssociationConfiguration associationConfiguration) |
The configuration for associating a package with an Amazon OpenSearch Service domain.
|
static AssociatePackageRequest.Builder |
AssociatePackageRequest.builder() |
|
AssociatePackageRequest.Builder |
AssociatePackageRequest.Builder.domainName(String domainName) |
Name of the domain to associate the package with.
|
AssociatePackageRequest.Builder |
AssociatePackageRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
AssociatePackageRequest.Builder |
AssociatePackageRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
AssociatePackageRequest.Builder |
AssociatePackageRequest.Builder.packageID(String packageID) |
Internal ID of the package to associate with a domain.
|
AssociatePackageRequest.Builder |
AssociatePackageRequest.Builder.prerequisitePackageIDList(String... prerequisitePackageIDList) |
A list of package IDs that must be associated with the domain before the package specified in the request can
be associated.
|
AssociatePackageRequest.Builder |
AssociatePackageRequest.Builder.prerequisitePackageIDList(Collection<String> prerequisitePackageIDList) |
A list of package IDs that must be associated with the domain before the package specified in the request can
be associated.
|
AssociatePackageRequest.Builder |
AssociatePackageRequest.toBuilder() |
|