Interface CancelElasticsearchServiceSoftwareUpdateResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CancelElasticsearchServiceSoftwareUpdateResponse.Builder,CancelElasticsearchServiceSoftwareUpdateResponse>
,ElasticsearchResponse.Builder
,SdkBuilder<CancelElasticsearchServiceSoftwareUpdateResponse.Builder,CancelElasticsearchServiceSoftwareUpdateResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- CancelElasticsearchServiceSoftwareUpdateResponse
public static interface CancelElasticsearchServiceSoftwareUpdateResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<CancelElasticsearchServiceSoftwareUpdateResponse.Builder,CancelElasticsearchServiceSoftwareUpdateResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CancelElasticsearchServiceSoftwareUpdateResponse.Builder
serviceSoftwareOptions(Consumer<ServiceSoftwareOptions.Builder> serviceSoftwareOptions)
The current status of the Elasticsearch service software update.CancelElasticsearchServiceSoftwareUpdateResponse.Builder
serviceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the Elasticsearch service software update.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticsearch.model.ElasticsearchResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
serviceSoftwareOptions
CancelElasticsearchServiceSoftwareUpdateResponse.Builder serviceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the Elasticsearch service software update.
- Parameters:
serviceSoftwareOptions
- The current status of the Elasticsearch service software update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceSoftwareOptions
default CancelElasticsearchServiceSoftwareUpdateResponse.Builder serviceSoftwareOptions(Consumer<ServiceSoftwareOptions.Builder> serviceSoftwareOptions)
The current status of the Elasticsearch service software update.
This is a convenience method that creates an instance of theServiceSoftwareOptions.Builder
avoiding the need to create one manually viaServiceSoftwareOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toserviceSoftwareOptions(ServiceSoftwareOptions)
.- Parameters:
serviceSoftwareOptions
- a consumer that will call methods onServiceSoftwareOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
serviceSoftwareOptions(ServiceSoftwareOptions)
-
-