AcceptDataGrantResponse.Builder |
AcceptDataGrantResponse.Builder.acceptanceState(String acceptanceState) |
The acceptance state of the data grant.
|
AcceptDataGrantResponse.Builder |
AcceptDataGrantResponse.Builder.acceptanceState(DataGrantAcceptanceState acceptanceState) |
The acceptance state of the data grant.
|
AcceptDataGrantResponse.Builder |
AcceptDataGrantResponse.Builder.acceptedAt(Instant acceptedAt) |
The timestamp of when the data grant was accepted.
|
AcceptDataGrantResponse.Builder |
AcceptDataGrantResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the accepted data grant.
|
static AcceptDataGrantResponse.Builder |
AcceptDataGrantResponse.builder() |
|
AcceptDataGrantResponse.Builder |
AcceptDataGrantResponse.Builder.createdAt(Instant createdAt) |
The timestamp of when the data grant was created.
|
AcceptDataGrantResponse.Builder |
AcceptDataGrantResponse.Builder.dataSetId(String dataSetId) |
The ID of the data set associated to the data grant.
|
AcceptDataGrantResponse.Builder |
AcceptDataGrantResponse.Builder.description(String description) |
The description of the accepted data grant.
|
AcceptDataGrantResponse.Builder |
AcceptDataGrantResponse.Builder.endsAt(Instant endsAt) |
The timestamp of when access to the associated data set ends.
|
AcceptDataGrantResponse.Builder |
AcceptDataGrantResponse.Builder.grantDistributionScope(String grantDistributionScope) |
The distribution scope for the data grant.
|
AcceptDataGrantResponse.Builder |
AcceptDataGrantResponse.Builder.grantDistributionScope(GrantDistributionScope grantDistributionScope) |
The distribution scope for the data grant.
|
AcceptDataGrantResponse.Builder |
AcceptDataGrantResponse.Builder.id(String id) |
The ID of the data grant.
|
AcceptDataGrantResponse.Builder |
AcceptDataGrantResponse.Builder.name(String name) |
The name of the accepted data grant.
|
AcceptDataGrantResponse.Builder |
AcceptDataGrantResponse.Builder.receiverPrincipal(String receiverPrincipal) |
The Amazon Web Services account ID of the data grant receiver.
|
AcceptDataGrantResponse.Builder |
AcceptDataGrantResponse.Builder.senderPrincipal(String senderPrincipal) |
The Amazon Web Services account ID of the data grant sender.
|
AcceptDataGrantResponse.Builder |
AcceptDataGrantResponse.toBuilder() |
|
AcceptDataGrantResponse.Builder |
AcceptDataGrantResponse.Builder.updatedAt(Instant updatedAt) |
The timestamp of when the data grant was last updated.
|