Class AssumeDecoratedRoleWithSamlRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.lakeformation.model.LakeFormationRequest
-
- software.amazon.awssdk.services.lakeformation.model.AssumeDecoratedRoleWithSamlRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<AssumeDecoratedRoleWithSamlRequest.Builder,AssumeDecoratedRoleWithSamlRequest>
@Generated("software.amazon.awssdk:codegen") public final class AssumeDecoratedRoleWithSamlRequest extends LakeFormationRequest implements ToCopyableBuilder<AssumeDecoratedRoleWithSamlRequest.Builder,AssumeDecoratedRoleWithSamlRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssumeDecoratedRoleWithSamlRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssumeDecoratedRoleWithSamlRequest.Builderbuilder()IntegerdurationSeconds()The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringprincipalArn()The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.StringroleArn()The role that represents an IAM principal whose scope down policy allows it to call credential vending APIs such asGetTemporaryTableCredentials.StringsamlAssertion()A SAML assertion consisting of an assertion statement for the user who needs temporary credentials.List<SdkField<?>>sdkFields()static Class<? extends AssumeDecoratedRoleWithSamlRequest.Builder>serializableBuilderClass()AssumeDecoratedRoleWithSamlRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
samlAssertion
public final 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.
- Returns:
- 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.
-
roleArn
public final 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.- Returns:
- 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.
-
principalArn
public final String principalArn()
The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.
- Returns:
- The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.
-
durationSeconds
public final Integer durationSeconds()
The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.
- Returns:
- The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.
-
toBuilder
public AssumeDecoratedRoleWithSamlRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssumeDecoratedRoleWithSamlRequest.Builder,AssumeDecoratedRoleWithSamlRequest>- Specified by:
toBuilderin classLakeFormationRequest
-
builder
public static AssumeDecoratedRoleWithSamlRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssumeDecoratedRoleWithSamlRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-