public static interface AssumeDecoratedRoleWithSamlRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<AssumeDecoratedRoleWithSamlRequest.Builder,AssumeDecoratedRoleWithSamlRequest>
| Modifier and Type | Method and Description |
|---|---|
AssumeDecoratedRoleWithSamlRequest.Builder |
durationSeconds(Integer durationSeconds)
The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.
|
AssumeDecoratedRoleWithSamlRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssumeDecoratedRoleWithSamlRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssumeDecoratedRoleWithSamlRequest.Builder |
principalArn(String principalArn)
The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.
|
AssumeDecoratedRoleWithSamlRequest.Builder |
roleArn(String roleArn)
The role that represents an IAM principal whose scope down policy allows it to call credential vending APIs
such as
GetTemporaryTableCredentials. |
AssumeDecoratedRoleWithSamlRequest.Builder |
samlAssertion(String samlAssertion)
A SAML assertion consisting of an assertion statement for the user who needs temporary credentials.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssumeDecoratedRoleWithSamlRequest.Builder samlAssertion(String samlAssertion)
A SAML assertion consisting of an assertion statement for the user who needs temporary credentials. This must match the SAML assertion that was issued to IAM. This must be Base64 encoded.
samlAssertion - A SAML assertion consisting of an assertion statement for the user who needs temporary credentials.
This must match the SAML assertion that was issued to IAM. This must be Base64 encoded.AssumeDecoratedRoleWithSamlRequest.Builder roleArn(String roleArn)
The role that represents an IAM principal whose scope down policy allows it to call credential vending APIs
such as GetTemporaryTableCredentials. The caller must also have iam:PassRole permission on this
role.
roleArn - The role that represents an IAM principal whose scope down policy allows it to call credential vending
APIs such as GetTemporaryTableCredentials. The caller must also have iam:PassRole
permission on this role.AssumeDecoratedRoleWithSamlRequest.Builder principalArn(String principalArn)
The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.
principalArn - The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.AssumeDecoratedRoleWithSamlRequest.Builder durationSeconds(Integer durationSeconds)
The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.
durationSeconds - The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.AssumeDecoratedRoleWithSamlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssumeDecoratedRoleWithSamlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.