GetDataAccessRequest.Builder |
GetDataAccessRequest.Builder.accountId(String accountId) |
The ID of the Amazon Web Services account that is making this request.
|
static GetDataAccessRequest.Builder |
GetDataAccessRequest.builder() |
|
GetDataAccessRequest.Builder |
GetDataAccessRequest.Builder.durationSeconds(Integer durationSeconds) |
The session duration, in seconds, of the temporary access credential that S3 Access Grants vends to the
grantee or client application.
|
GetDataAccessRequest.Builder |
GetDataAccessRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
GetDataAccessRequest.Builder |
GetDataAccessRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
GetDataAccessRequest.Builder |
GetDataAccessRequest.Builder.permission(String permission) |
The type of permission granted to your S3 data, which can be set to one of the following values:
|
GetDataAccessRequest.Builder |
GetDataAccessRequest.Builder.permission(Permission permission) |
The type of permission granted to your S3 data, which can be set to one of the following values:
|
GetDataAccessRequest.Builder |
GetDataAccessRequest.Builder.privilege(String privilege) |
The scope of the temporary access credential that S3 Access Grants vends to the grantee or client
application.
|
GetDataAccessRequest.Builder |
GetDataAccessRequest.Builder.privilege(Privilege privilege) |
The scope of the temporary access credential that S3 Access Grants vends to the grantee or client
application.
|
GetDataAccessRequest.Builder |
GetDataAccessRequest.Builder.target(String target) |
The S3 URI path of the data to which you are requesting temporary access credentials.
|
GetDataAccessRequest.Builder |
GetDataAccessRequest.Builder.targetType(String targetType) |
The type of Target.
|
GetDataAccessRequest.Builder |
GetDataAccessRequest.Builder.targetType(S3PrefixType targetType) |
The type of Target.
|
GetDataAccessRequest.Builder |
GetDataAccessRequest.toBuilder() |
|