| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsIamInstanceProfile.Builder |
AwsIamInstanceProfile.Builder.arn(String arn)
The ARN of the instance profile.
|
static AwsIamInstanceProfile.Builder |
AwsIamInstanceProfile.builder() |
AwsIamInstanceProfile.Builder |
AwsIamInstanceProfile.Builder.createDate(String createDate)
Indicates when the instance profile was created.
|
AwsIamInstanceProfile.Builder |
AwsIamInstanceProfile.Builder.instanceProfileId(String instanceProfileId)
The identifier of the instance profile.
|
AwsIamInstanceProfile.Builder |
AwsIamInstanceProfile.Builder.instanceProfileName(String instanceProfileName)
The name of the instance profile.
|
AwsIamInstanceProfile.Builder |
AwsIamInstanceProfile.Builder.path(String path)
The path to the instance profile.
|
AwsIamInstanceProfile.Builder |
AwsIamInstanceProfile.Builder.roles(AwsIamInstanceProfileRole... roles)
The roles associated with the instance profile.
|
AwsIamInstanceProfile.Builder |
AwsIamInstanceProfile.Builder.roles(Collection<AwsIamInstanceProfileRole> roles)
The roles associated with the instance profile.
|
AwsIamInstanceProfile.Builder |
AwsIamInstanceProfile.Builder.roles(Consumer<AwsIamInstanceProfileRole.Builder>... roles)
The roles associated with the instance profile.
|
AwsIamInstanceProfile.Builder |
AwsIamInstanceProfile.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsIamInstanceProfile.Builder> |
AwsIamInstanceProfile.serializableBuilderClass() |
Copyright © 2023. All rights reserved.