Interface UpdateDomainConfigResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateDomainConfigResponse.Builder,,UpdateDomainConfigResponse> OpenSearchResponse.Builder,SdkBuilder<UpdateDomainConfigResponse.Builder,,UpdateDomainConfigResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateDomainConfigResponse
public static interface UpdateDomainConfigResponse.Builder
extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<UpdateDomainConfigResponse.Builder,UpdateDomainConfigResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondomainConfig(Consumer<DomainConfig.Builder> domainConfig) The status of the updated domain.domainConfig(DomainConfig domainConfig) The status of the updated domain.dryRunProgressStatus(Consumer<DryRunProgressStatus.Builder> dryRunProgressStatus) The status of the dry run being performed on the domain, if any.dryRunProgressStatus(DryRunProgressStatus dryRunProgressStatus) The status of the dry run being performed on the domain, if any.dryRunResults(Consumer<DryRunResults.Builder> dryRunResults) Results of the dry run performed in the update domain request.dryRunResults(DryRunResults dryRunResults) Results of the dry run performed in the update domain request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.opensearch.model.OpenSearchResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
domainConfig
The status of the updated domain.
- Parameters:
domainConfig- The status of the updated domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainConfig
default UpdateDomainConfigResponse.Builder domainConfig(Consumer<DomainConfig.Builder> domainConfig) The status of the updated domain.
This is a convenience method that creates an instance of theDomainConfig.Builderavoiding the need to create one manually viaDomainConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todomainConfig(DomainConfig).- Parameters:
domainConfig- a consumer that will call methods onDomainConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dryRunResults
Results of the dry run performed in the update domain request.
- Parameters:
dryRunResults- Results of the dry run performed in the update domain request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRunResults
default UpdateDomainConfigResponse.Builder dryRunResults(Consumer<DryRunResults.Builder> dryRunResults) Results of the dry run performed in the update domain request.
This is a convenience method that creates an instance of theDryRunResults.Builderavoiding the need to create one manually viaDryRunResults.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todryRunResults(DryRunResults).- Parameters:
dryRunResults- a consumer that will call methods onDryRunResults.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dryRunProgressStatus
The status of the dry run being performed on the domain, if any.
- Parameters:
dryRunProgressStatus- The status of the dry run being performed on the domain, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRunProgressStatus
default UpdateDomainConfigResponse.Builder dryRunProgressStatus(Consumer<DryRunProgressStatus.Builder> dryRunProgressStatus) The status of the dry run being performed on the domain, if any.
This is a convenience method that creates an instance of theDryRunProgressStatus.Builderavoiding the need to create one manually viaDryRunProgressStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todryRunProgressStatus(DryRunProgressStatus).- Parameters:
dryRunProgressStatus- a consumer that will call methods onDryRunProgressStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-