Interface UpdateAddonResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateAddonResponse.Builder,UpdateAddonResponse>,EksResponse.Builder,SdkBuilder<UpdateAddonResponse.Builder,UpdateAddonResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateAddonResponse
public static interface UpdateAddonResponse.Builder extends EksResponse.Builder, SdkPojo, CopyableBuilder<UpdateAddonResponse.Builder,UpdateAddonResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateAddonResponse.Builderupdate(Consumer<Update.Builder> update)Sets the value of the Update property for this object.UpdateAddonResponse.Builderupdate(Update update)Sets the value of the Update property for this object.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
update
UpdateAddonResponse.Builder update(Update update)
Sets the value of the Update property for this object.- Parameters:
update- The new value for the Update property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
update
default UpdateAddonResponse.Builder update(Consumer<Update.Builder> update)
Sets the value of the Update property for this object. This is a convenience method that creates an instance of theUpdate.Builderavoiding the need to create one manually viaUpdate.builder().When the
Consumercompletes,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:
update(Update)
-
-