UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.acceptRoleSessionName(Boolean acceptRoleSessionName) |
Used to determine if a custom role session name will be accepted in a temporary credential request.
|
static UpdateProfileRequest.Builder |
UpdateProfileRequest.builder() |
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.durationSeconds(Integer durationSeconds) |
Used to determine how long sessions vended using this profile are valid for.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.managedPolicyArns(String... managedPolicyArns) |
A list of managed policy ARNs that apply to the vended session credentials.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.managedPolicyArns(Collection<String> managedPolicyArns) |
A list of managed policy ARNs that apply to the vended session credentials.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.name(String name) |
The name of the profile.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.profileId(String profileId) |
The unique identifier of the profile.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.roleArns(String... roleArns) |
A list of IAM roles that this profile can assume in a temporary credential request.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.roleArns(Collection<String> roleArns) |
A list of IAM roles that this profile can assume in a temporary credential request.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.sessionPolicy(String sessionPolicy) |
A session policy that applies to the trust boundary of the vended session credentials.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.toBuilder() |
|