static CreateProfileRequest.Builder |
CreateProfileRequest.builder() |
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.durationSeconds(Integer durationSeconds) |
Used to determine how long sessions vended using this profile are valid for.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.enabled(Boolean enabled) |
Specifies whether the profile is enabled.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.managedPolicyArns(String... managedPolicyArns) |
A list of managed policy ARNs that apply to the vended session credentials.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.managedPolicyArns(Collection<String> managedPolicyArns) |
A list of managed policy ARNs that apply to the vended session credentials.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.name(String name) |
The name of the profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.requireInstanceProperties(Boolean requireInstanceProperties) |
Specifies whether instance properties are required in temporary credential requests with this profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.roleArns(String... roleArns) |
A list of IAM roles that this profile can assume in a temporary credential request.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.roleArns(Collection<String> roleArns) |
A list of IAM roles that this profile can assume in a temporary credential request.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.sessionPolicy(String sessionPolicy) |
A session policy that applies to the trust boundary of the vended session credentials.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.tags(Collection<Tag> tags) |
The tags to attach to the profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags to attach to the profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.tags(Tag... tags) |
The tags to attach to the profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.toBuilder() |
|