Interface DescribeUpdateResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeUpdateResponse.Builder,
,DescribeUpdateResponse> EksResponse.Builder
,SdkBuilder<DescribeUpdateResponse.Builder,
,DescribeUpdateResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeUpdateResponse
@Mutable
@NotThreadSafe
public static interface DescribeUpdateResponse.Builder
extends EksResponse.Builder, SdkPojo, CopyableBuilder<DescribeUpdateResponse.Builder,DescribeUpdateResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault DescribeUpdateResponse.Builder
update
(Consumer<Update.Builder> update) The full description of the specified update.The full description of the specified update.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.eks.model.EksResponse.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 Details
-
update
The full description of the specified update.
- Parameters:
update
- The full description of the specified update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
update
The full description of the specified update.
This is a convenience method that creates an instance of theUpdate.Builder
avoiding the need to create one manually viaUpdate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toupdate(Update)
.- Parameters:
update
- a consumer that will call methods onUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-