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
Modifier and TypeMethodDescriptionassociationId
(String associationId) The ID of the association to be updated.clientRequestToken
(String clientRequestToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.clusterName
(String clusterName) The name of the cluster that you want to update the association in.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The new IAM role to change theMethods 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 Details
-
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
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
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
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientRequestToken
- A 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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdatePodIdentityAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-