Interface AssociateIdentityProviderConfigResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<AssociateIdentityProviderConfigResponse.Builder,,AssociateIdentityProviderConfigResponse> EksResponse.Builder,SdkBuilder<AssociateIdentityProviderConfigResponse.Builder,,AssociateIdentityProviderConfigResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 AssociateIdentityProviderConfigResponse
public static interface AssociateIdentityProviderConfigResponse.Builder
extends EksResponse.Builder, SdkPojo, CopyableBuilder<AssociateIdentityProviderConfigResponse.Builder,AssociateIdentityProviderConfigResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe tags for the resource.update(Consumer<Update.Builder> update) Sets the value of the Update property for this object.Sets the value of the Update property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.eks.model.EksResponse.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
- 
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
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:
 
 - 
tags
The tags for the resource.
- Parameters:
 tags- The tags for the resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -