Interface AssumeDecoratedRoleWithSamlResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssumeDecoratedRoleWithSamlResponse.Builder,AssumeDecoratedRoleWithSamlResponse>,LakeFormationResponse.Builder,SdkBuilder<AssumeDecoratedRoleWithSamlResponse.Builder,AssumeDecoratedRoleWithSamlResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- AssumeDecoratedRoleWithSamlResponse
public static interface AssumeDecoratedRoleWithSamlResponse.Builder extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<AssumeDecoratedRoleWithSamlResponse.Builder,AssumeDecoratedRoleWithSamlResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssumeDecoratedRoleWithSamlResponse.BuilderaccessKeyId(String accessKeyId)The access key ID for the temporary credentials.AssumeDecoratedRoleWithSamlResponse.Builderexpiration(Instant expiration)The date and time when the temporary credentials expire.AssumeDecoratedRoleWithSamlResponse.BuildersecretAccessKey(String secretAccessKey)The secret key for the temporary credentials.AssumeDecoratedRoleWithSamlResponse.BuildersessionToken(String sessionToken)The session token for the temporary credentials.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lakeformation.model.LakeFormationResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
accessKeyId
AssumeDecoratedRoleWithSamlResponse.Builder accessKeyId(String accessKeyId)
The access key ID for the temporary credentials. (The access key consists of an access key ID and a secret key).
- Parameters:
accessKeyId- The access key ID for the temporary credentials. (The access key consists of an access key ID and a secret key).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretAccessKey
AssumeDecoratedRoleWithSamlResponse.Builder secretAccessKey(String secretAccessKey)
The secret key for the temporary credentials. (The access key consists of an access key ID and a secret key).
- Parameters:
secretAccessKey- The secret key for the temporary credentials. (The access key consists of an access key ID and a secret key).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionToken
AssumeDecoratedRoleWithSamlResponse.Builder sessionToken(String sessionToken)
The session token for the temporary credentials.
- Parameters:
sessionToken- The session token for the temporary credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiration
AssumeDecoratedRoleWithSamlResponse.Builder expiration(Instant expiration)
The date and time when the temporary credentials expire.
- Parameters:
expiration- The date and time when the temporary credentials expire.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-