DeauthorizeDataShareResponse.Builder |
DeauthorizeDataShareResponse.Builder.allowPubliclyAccessibleConsumers(Boolean allowPubliclyAccessibleConsumers) |
A value that specifies whether the datashare can be shared to a publicly accessible cluster.
|
static DeauthorizeDataShareResponse.Builder |
DeauthorizeDataShareResponse.builder() |
|
DeauthorizeDataShareResponse.Builder |
DeauthorizeDataShareResponse.Builder.dataShareArn(String dataShareArn) |
The Amazon Resource Name (ARN) of the datashare that the consumer is to use.
|
DeauthorizeDataShareResponse.Builder |
DeauthorizeDataShareResponse.Builder.dataShareAssociations(Collection<DataShareAssociation> dataShareAssociations) |
A value that specifies when the datashare has an association between producer and data consumers.
|
DeauthorizeDataShareResponse.Builder |
DeauthorizeDataShareResponse.Builder.dataShareAssociations(Consumer<DataShareAssociation.Builder>... dataShareAssociations) |
A value that specifies when the datashare has an association between producer and data consumers.
|
DeauthorizeDataShareResponse.Builder |
DeauthorizeDataShareResponse.Builder.dataShareAssociations(DataShareAssociation... dataShareAssociations) |
A value that specifies when the datashare has an association between producer and data consumers.
|
DeauthorizeDataShareResponse.Builder |
DeauthorizeDataShareResponse.Builder.managedBy(String managedBy) |
The identifier of a datashare to show its managing entity.
|
DeauthorizeDataShareResponse.Builder |
DeauthorizeDataShareResponse.Builder.producerArn(String producerArn) |
The Amazon Resource Name (ARN) of the producer namespace.
|
DeauthorizeDataShareResponse.Builder |
DeauthorizeDataShareResponse.toBuilder() |
|