Interface AssumeDecoratedRoleWithSamlRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssumeDecoratedRoleWithSamlRequest.Builder,AssumeDecoratedRoleWithSamlRequest>,LakeFormationRequest.Builder,SdkBuilder<AssumeDecoratedRoleWithSamlRequest.Builder,AssumeDecoratedRoleWithSamlRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssumeDecoratedRoleWithSamlRequest
public static interface AssumeDecoratedRoleWithSamlRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<AssumeDecoratedRoleWithSamlRequest.Builder,AssumeDecoratedRoleWithSamlRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssumeDecoratedRoleWithSamlRequest.BuilderdurationSeconds(Integer durationSeconds)The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.AssumeDecoratedRoleWithSamlRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssumeDecoratedRoleWithSamlRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssumeDecoratedRoleWithSamlRequest.BuilderprincipalArn(String principalArn)The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.AssumeDecoratedRoleWithSamlRequest.BuilderroleArn(String roleArn)The role that represents an IAM principal whose scope down policy allows it to call credential vending APIs such asGetTemporaryTableCredentials.AssumeDecoratedRoleWithSamlRequest.BuildersamlAssertion(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, sdkFields
-
-
-
-
Method Detail
-
samlAssertion
AssumeDecoratedRoleWithSamlRequest.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.
- 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
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.- 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
AssumeDecoratedRoleWithSamlRequest.Builder principalArn(String 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
AssumeDecoratedRoleWithSamlRequest.Builder durationSeconds(Integer 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssumeDecoratedRoleWithSamlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-