@Generated(value="software.amazon.awssdk:codegen") public final class AssumeDecoratedRoleWithSamlRequest extends LakeFormationRequest implements ToCopyableBuilder<AssumeDecoratedRoleWithSamlRequest.Builder,AssumeDecoratedRoleWithSamlRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssumeDecoratedRoleWithSamlRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssumeDecoratedRoleWithSamlRequest.Builder |
builder() |
Integer |
durationSeconds()
The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
principalArn()
The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.
|
String |
roleArn()
The role that represents an IAM principal whose scope down policy allows it to call credential vending APIs such
as
GetTemporaryTableCredentials. |
String |
samlAssertion()
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.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
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.
GetTemporaryTableCredentials. The caller must also have iam:PassRole permission
on this role.public final String principalArn()
The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.
public final Integer durationSeconds()
The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.
public AssumeDecoratedRoleWithSamlRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssumeDecoratedRoleWithSamlRequest.Builder,AssumeDecoratedRoleWithSamlRequest>toBuilder in class LakeFormationRequestpublic static AssumeDecoratedRoleWithSamlRequest.Builder builder()
public static Class<? extends AssumeDecoratedRoleWithSamlRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.