Interface AwsIamAccessKeySessionContextSessionIssuer.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsIamAccessKeySessionContextSessionIssuer.Builder,AwsIamAccessKeySessionContextSessionIssuer>,SdkBuilder<AwsIamAccessKeySessionContextSessionIssuer.Builder,AwsIamAccessKeySessionContextSessionIssuer>,SdkPojo
- Enclosing class:
- AwsIamAccessKeySessionContextSessionIssuer
public static interface AwsIamAccessKeySessionContextSessionIssuer.Builder extends SdkPojo, CopyableBuilder<AwsIamAccessKeySessionContextSessionIssuer.Builder,AwsIamAccessKeySessionContextSessionIssuer>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsIamAccessKeySessionContextSessionIssuer.BuilderaccountId(String accountId)The identifier of the Amazon Web Services account that created the session.AwsIamAccessKeySessionContextSessionIssuer.Builderarn(String arn)The ARN of the session.AwsIamAccessKeySessionContextSessionIssuer.BuilderprincipalId(String principalId)The principal ID of the principal (user, role, or group) that created the session.AwsIamAccessKeySessionContextSessionIssuer.Buildertype(String type)The type of principal (user, role, or group) that created the session.AwsIamAccessKeySessionContextSessionIssuer.BuilderuserName(String userName)The name of the principal that created the session.-
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 Detail
-
type
AwsIamAccessKeySessionContextSessionIssuer.Builder type(String type)
The type of principal (user, role, or group) that created the session.
- Parameters:
type- The type of principal (user, role, or group) that created the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalId
AwsIamAccessKeySessionContextSessionIssuer.Builder principalId(String principalId)
The principal ID of the principal (user, role, or group) that created the session.
- Parameters:
principalId- The principal ID of the principal (user, role, or group) that created the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
AwsIamAccessKeySessionContextSessionIssuer.Builder arn(String arn)
The ARN of the session.
- Parameters:
arn- The ARN of the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
AwsIamAccessKeySessionContextSessionIssuer.Builder accountId(String accountId)
The identifier of the Amazon Web Services account that created the session.
- Parameters:
accountId- The identifier of the Amazon Web Services account that created the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userName
AwsIamAccessKeySessionContextSessionIssuer.Builder userName(String userName)
The name of the principal that created the session.
- Parameters:
userName- The name of the principal that created the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-