Interface AssumedRoleUser.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssumedRoleUser.Builder,
,AssumedRoleUser> SdkBuilder<AssumedRoleUser.Builder,
,AssumedRoleUser> SdkPojo
- Enclosing class:
AssumedRoleUser
@Mutable
@NotThreadSafe
public static interface AssumedRoleUser.Builder
extends SdkPojo, CopyableBuilder<AssumedRoleUser.Builder,AssumedRoleUser>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the IAM role that the temporary credentials authenticate to.assumeRoleId
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-