Interface AssumeRoleForPodIdentityRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssumeRoleForPodIdentityRequest.Builder,AssumeRoleForPodIdentityRequest>,EksAuthRequest.Builder,SdkBuilder<AssumeRoleForPodIdentityRequest.Builder,AssumeRoleForPodIdentityRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssumeRoleForPodIdentityRequest
public static interface AssumeRoleForPodIdentityRequest.Builder extends EksAuthRequest.Builder, SdkPojo, CopyableBuilder<AssumeRoleForPodIdentityRequest.Builder,AssumeRoleForPodIdentityRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssumeRoleForPodIdentityRequest.BuilderclusterName(String clusterName)The name of the cluster for the request.AssumeRoleForPodIdentityRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssumeRoleForPodIdentityRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssumeRoleForPodIdentityRequest.Buildertoken(String token)The token of the Kubernetes service account for the pod.-
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.eksauth.model.EksAuthRequest.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
AssumeRoleForPodIdentityRequest.Builder clusterName(String clusterName)
The name of the cluster for the request.
- Parameters:
clusterName- The name of the cluster for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
token
AssumeRoleForPodIdentityRequest.Builder token(String token)
The token of the Kubernetes service account for the pod.
- Parameters:
token- The token of the Kubernetes service account for the pod.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssumeRoleForPodIdentityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssumeRoleForPodIdentityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-