| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsIamInstanceProfileRole |
AwsIamInstanceProfileRole.clone() |
AwsIamInstanceProfileRole |
AwsIamInstanceProfileRole.withArn(String arn)
The ARN of the role.
|
AwsIamInstanceProfileRole |
AwsIamInstanceProfileRole.withAssumeRolePolicyDocument(String assumeRolePolicyDocument)
The policy that grants an entity permission to assume the role.
|
AwsIamInstanceProfileRole |
AwsIamInstanceProfileRole.withCreateDate(String createDate)
Indicates when the role was created.
|
AwsIamInstanceProfileRole |
AwsIamInstanceProfileRole.withPath(String path)
The path to the role.
|
AwsIamInstanceProfileRole |
AwsIamInstanceProfileRole.withRoleId(String roleId)
The identifier of the role.
|
AwsIamInstanceProfileRole |
AwsIamInstanceProfileRole.withRoleName(String roleName)
The name of the role.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsIamInstanceProfileRole> |
AwsIamInstanceProfile.getRoles()
The roles associated with the instance profile.
|
| Modifier and Type | Method and Description |
|---|---|
AwsIamInstanceProfile |
AwsIamInstanceProfile.withRoles(AwsIamInstanceProfileRole... roles)
The roles associated with the instance profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsIamInstanceProfile.setRoles(Collection<AwsIamInstanceProfileRole> roles)
The roles associated with the instance profile.
|
AwsIamInstanceProfile |
AwsIamInstanceProfile.withRoles(Collection<AwsIamInstanceProfileRole> roles)
The roles associated with the instance profile.
|
Copyright © 2021. All rights reserved.