Interface UpdatePodIdentityAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdatePodIdentityAssociationRequest.Builder,UpdatePodIdentityAssociationRequest>,EksRequest.Builder,SdkBuilder<UpdatePodIdentityAssociationRequest.Builder,UpdatePodIdentityAssociationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdatePodIdentityAssociationRequest
public static interface UpdatePodIdentityAssociationRequest.Builder extends EksRequest.Builder, SdkPojo, CopyableBuilder<UpdatePodIdentityAssociationRequest.Builder,UpdatePodIdentityAssociationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatePodIdentityAssociationRequest.BuilderassociationId(String associationId)The ID of the association to be updated.UpdatePodIdentityAssociationRequest.BuilderclientRequestToken(String clientRequestToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.UpdatePodIdentityAssociationRequest.BuilderclusterName(String clusterName)The name of the cluster that you want to update the association in.UpdatePodIdentityAssociationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePodIdentityAssociationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdatePodIdentityAssociationRequest.BuilderroleArn(String roleArn)The new IAM role to change the-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.eks.model.EksRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clusterName
UpdatePodIdentityAssociationRequest.Builder clusterName(String clusterName)
The name of the cluster that you want to update the association in.
- Parameters:
clusterName- The name of the cluster that you want to update the association in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationId
UpdatePodIdentityAssociationRequest.Builder associationId(String associationId)
The ID of the association to be updated.
- Parameters:
associationId- The ID of the association to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
UpdatePodIdentityAssociationRequest.Builder roleArn(String roleArn)
The new IAM role to change the
- Parameters:
roleArn- The new IAM role to change the- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
UpdatePodIdentityAssociationRequest.Builder clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientRequestToken- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdatePodIdentityAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdatePodIdentityAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-