Interface AssumedRoleUser.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssumedRoleUser.Builder,AssumedRoleUser>,SdkBuilder<AssumedRoleUser.Builder,AssumedRoleUser>,SdkPojo
- Enclosing class:
- AssumedRoleUser
public static interface AssumedRoleUser.Builder extends SdkPojo, CopyableBuilder<AssumedRoleUser.Builder,AssumedRoleUser>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssumedRoleUser.Builderarn(String arn)The ARN of the IAM role that the temporary credentials authenticate to.AssumedRoleUser.BuilderassumeRoleId(String assumeRoleId)The session name of the temporary session requested to STS.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
arn
AssumedRoleUser.Builder arn(String arn)
The ARN of the IAM role that the temporary credentials authenticate to.
- Parameters:
arn- The ARN of the IAM role that the temporary credentials authenticate to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assumeRoleId
AssumedRoleUser.Builder assumeRoleId(String assumeRoleId)
The session name of the temporary session requested to STS. The value is a unique identifier that contains the role ID, a colon (
:), and the role session name of the role that is being assumed. The role ID is generated by IAM when the role is created. The role session name part of the value follows this format:eks-clustername-podname-random UUID- Parameters:
assumeRoleId- The session name of the temporary session requested to STS. The value is a unique identifier that contains the role ID, a colon (:), and the role session name of the role that is being assumed. The role ID is generated by IAM when the role is created. The role session name part of the value follows this format:eks-clustername-podname-random UUID- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-