Interface AssumeDecoratedRoleWithSamlRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<AssumeDecoratedRoleWithSamlRequest.Builder,
,AssumeDecoratedRoleWithSamlRequest> LakeFormationRequest.Builder
,SdkBuilder<AssumeDecoratedRoleWithSamlRequest.Builder,
,AssumeDecoratedRoleWithSamlRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
AssumeDecoratedRoleWithSamlRequest
@Mutable
@NotThreadSafe
public static interface AssumeDecoratedRoleWithSamlRequest.Builder
extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<AssumeDecoratedRoleWithSamlRequest.Builder,AssumeDecoratedRoleWithSamlRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondurationSeconds
(Integer durationSeconds) The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.principalArn
(String principalArn) The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.The role that represents an IAM principal whose scope down policy allows it to call credential vending APIs such asGetTemporaryTableCredentials
.samlAssertion
(String samlAssertion) A SAML assertion consisting of an assertion statement for the user who needs temporary credentials.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lakeformation.model.LakeFormationRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
roleArn
- The role that represents an IAM principal whose scope down policy allows it to call credential vending APIs such asGetTemporaryTableCredentials
. The caller must also have iam:PassRole permission on this role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalArn
The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.
- Parameters:
principalArn
- The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
durationSeconds
The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.
- Parameters:
durationSeconds
- The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssumeDecoratedRoleWithSamlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
AssumeDecoratedRoleWithSamlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-