public static interface RejectDataShareResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<RejectDataShareResponse.Builder,RejectDataShareResponse>
| Modifier and Type | Method and Description |
|---|---|
RejectDataShareResponse.Builder |
allowPubliclyAccessibleConsumers(Boolean allowPubliclyAccessibleConsumers)
A value that specifies whether the datashare can be shared to a publicly accessible cluster.
|
RejectDataShareResponse.Builder |
dataShareArn(String dataShareArn)
An Amazon Resource Name (ARN) that references the datashare that is owned by a specific namespace of the
producer cluster.
|
RejectDataShareResponse.Builder |
dataShareAssociations(Collection<DataShareAssociation> dataShareAssociations)
A value that specifies when the datashare has an association between producer and data consumers.
|
RejectDataShareResponse.Builder |
dataShareAssociations(Consumer<DataShareAssociation.Builder>... dataShareAssociations)
A value that specifies when the datashare has an association between producer and data consumers.
|
RejectDataShareResponse.Builder |
dataShareAssociations(DataShareAssociation... dataShareAssociations)
A value that specifies when the datashare has an association between producer and data consumers.
|
RejectDataShareResponse.Builder |
managedBy(String managedBy)
The identifier of a datashare to show its managing entity.
|
RejectDataShareResponse.Builder |
producerArn(String producerArn)
The Amazon Resource Name (ARN) of the producer.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRejectDataShareResponse.Builder dataShareArn(String dataShareArn)
An Amazon Resource Name (ARN) that references the datashare that is owned by a specific namespace of the
producer cluster. A datashare ARN is in the
arn:aws:redshift:{region}:{account-id}:{datashare}:{namespace-guid}/{datashare-name} format.
dataShareArn - An Amazon Resource Name (ARN) that references the datashare that is owned by a specific namespace of
the producer cluster. A datashare ARN is in the
arn:aws:redshift:{region}:{account-id}:{datashare}:{namespace-guid}/{datashare-name}
format.RejectDataShareResponse.Builder producerArn(String producerArn)
The Amazon Resource Name (ARN) of the producer.
producerArn - The Amazon Resource Name (ARN) of the producer.RejectDataShareResponse.Builder allowPubliclyAccessibleConsumers(Boolean allowPubliclyAccessibleConsumers)
A value that specifies whether the datashare can be shared to a publicly accessible cluster.
allowPubliclyAccessibleConsumers - A value that specifies whether the datashare can be shared to a publicly accessible cluster.RejectDataShareResponse.Builder dataShareAssociations(Collection<DataShareAssociation> dataShareAssociations)
A value that specifies when the datashare has an association between producer and data consumers.
dataShareAssociations - A value that specifies when the datashare has an association between producer and data consumers.RejectDataShareResponse.Builder dataShareAssociations(DataShareAssociation... dataShareAssociations)
A value that specifies when the datashare has an association between producer and data consumers.
dataShareAssociations - A value that specifies when the datashare has an association between producer and data consumers.RejectDataShareResponse.Builder dataShareAssociations(Consumer<DataShareAssociation.Builder>... dataShareAssociations)
A value that specifies when the datashare has an association between producer and data consumers.
This is a convenience method that creates an instance of theDataShareAssociation.Builder avoiding the need to
create one manually via DataShareAssociation.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #dataShareAssociations(List.
dataShareAssociations - a consumer that will call methods on
DataShareAssociation.Builder#dataShareAssociations(java.util.Collection) RejectDataShareResponse.Builder managedBy(String managedBy)
The identifier of a datashare to show its managing entity.
managedBy - The identifier of a datashare to show its managing entity.Copyright © 2023. All rights reserved.