CopyableBuilder<GetFederationTokenResponse.Builder,GetFederationTokenResponse>
, SdkBuilder<GetFederationTokenResponse.Builder,GetFederationTokenResponse>
public static interface GetFederationTokenResponse.Builder extends CopyableBuilder<GetFederationTokenResponse.Builder,GetFederationTokenResponse>
Modifier and Type | Method | Description |
---|---|---|
GetFederationTokenResponse.Builder |
credentials(Credentials credentials) |
The temporary security credentials, which include an access key ID, a secret access key, and a security (or
session) token.
|
GetFederationTokenResponse.Builder |
federatedUser(FederatedUser federatedUser) |
Identifiers for the federated user associated with the credentials (such as
arn:aws:sts::123456789012:federated-user/Bob or 123456789012:Bob ). |
GetFederationTokenResponse.Builder |
packedPolicySize(Integer packedPolicySize) |
A percentage value indicating the size of the policy in packed form.
|
copy
apply, build
GetFederationTokenResponse.Builder credentials(Credentials credentials)
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
Note: The size of the security token that STS APIs return is not fixed. We strongly recommend that you make no assumptions about the maximum size. As of this writing, the typical size is less than 4096 bytes, but that can vary. Also, future updates to AWS might require larger sizes.
credentials
- The temporary security credentials, which include an access key ID, a secret access key, and a
security (or session) token.
Note: The size of the security token that STS APIs return is not fixed. We strongly recommend that you make no assumptions about the maximum size. As of this writing, the typical size is less than 4096 bytes, but that can vary. Also, future updates to AWS might require larger sizes.
GetFederationTokenResponse.Builder federatedUser(FederatedUser federatedUser)
Identifiers for the federated user associated with the credentials (such as
arn:aws:sts::123456789012:federated-user/Bob
or 123456789012:Bob
). You can use the
federated user's ARN in your resource-based policies, such as an Amazon S3 bucket policy.
federatedUser
- Identifiers for the federated user associated with the credentials (such as
arn:aws:sts::123456789012:federated-user/Bob
or 123456789012:Bob
). You can
use the federated user's ARN in your resource-based policies, such as an Amazon S3 bucket policy.GetFederationTokenResponse.Builder packedPolicySize(Integer packedPolicySize)
A percentage value indicating the size of the policy in packed form. The service rejects policies for which the packed size is greater than 100 percent of the allowed value.
packedPolicySize
- A percentage value indicating the size of the policy in packed form. The service rejects policies for
which the packed size is greater than 100 percent of the allowed value.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.