Interface DissociatePackagesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DissociatePackagesRequest.Builder,DissociatePackagesRequest>,OpenSearchRequest.Builder,SdkBuilder<DissociatePackagesRequest.Builder,DissociatePackagesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DissociatePackagesRequest
@Mutable @NotThreadSafe public static interface DissociatePackagesRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<DissociatePackagesRequest.Builder,DissociatePackagesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DissociatePackagesRequest.BuilderdomainName(String domainName)Sets the value of the DomainName property for this object.DissociatePackagesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DissociatePackagesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DissociatePackagesRequest.BuilderpackageList(String... packageList)A list of package IDs to be dissociated from a domain.DissociatePackagesRequest.BuilderpackageList(Collection<String> packageList)A list of package IDs to be dissociated from a domain.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opensearch.model.OpenSearchRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
packageList
DissociatePackagesRequest.Builder packageList(Collection<String> packageList)
A list of package IDs to be dissociated from a domain.
- Parameters:
packageList- A list of package IDs to be dissociated from a domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
packageList
DissociatePackagesRequest.Builder packageList(String... packageList)
A list of package IDs to be dissociated from a domain.
- Parameters:
packageList- A list of package IDs to be dissociated from a domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
DissociatePackagesRequest.Builder domainName(String domainName)
Sets the value of the DomainName property for this object.- Parameters:
domainName- The new value for the DomainName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DissociatePackagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DissociatePackagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-