public static interface AwsIamInstanceProfileRole.Builder extends SdkPojo, CopyableBuilder<AwsIamInstanceProfileRole.Builder,AwsIamInstanceProfileRole>
| Modifier and Type | Method and Description |
|---|---|
AwsIamInstanceProfileRole.Builder |
arn(String arn)
The ARN of the role.
|
AwsIamInstanceProfileRole.Builder |
assumeRolePolicyDocument(String assumeRolePolicyDocument)
The policy that grants an entity permission to assume the role.
|
AwsIamInstanceProfileRole.Builder |
createDate(String createDate)
Indicates when the role was created.
|
AwsIamInstanceProfileRole.Builder |
path(String path)
The path to the role.
|
AwsIamInstanceProfileRole.Builder |
roleId(String roleId)
The identifier of the role.
|
AwsIamInstanceProfileRole.Builder |
roleName(String roleName)
The name of the role.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsIamInstanceProfileRole.Builder arn(String arn)
The ARN of the role.
arn - The ARN of the role.AwsIamInstanceProfileRole.Builder assumeRolePolicyDocument(String assumeRolePolicyDocument)
The policy that grants an entity permission to assume the role.
assumeRolePolicyDocument - The policy that grants an entity permission to assume the role.AwsIamInstanceProfileRole.Builder createDate(String createDate)
Indicates when the role was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces, and date and time should be separated by T. For example,
2020-03-22T13:22:13.933Z.
createDate - Indicates when the role was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T.
For example, 2020-03-22T13:22:13.933Z.
AwsIamInstanceProfileRole.Builder path(String path)
The path to the role.
path - The path to the role.AwsIamInstanceProfileRole.Builder roleId(String roleId)
The identifier of the role.
roleId - The identifier of the role.AwsIamInstanceProfileRole.Builder roleName(String roleName)
The name of the role.
roleName - The name of the role.Copyright © 2023. All rights reserved.