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 a producer and data consumers.
|
RejectDataShareResponse.Builder |
dataShareAssociations(Consumer<DataShareAssociation.Builder>... dataShareAssociations)
A value that specifies when the datashare has an association between a producer and data consumers.
|
RejectDataShareResponse.Builder |
dataShareAssociations(DataShareAssociation... dataShareAssociations)
A value that specifies when the datashare has an association between a producer and data consumers.
|
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 a producer and data consumers.
dataShareAssociations - A value that specifies when the datashare has an association between a producer and data consumers.RejectDataShareResponse.Builder dataShareAssociations(DataShareAssociation... dataShareAssociations)
A value that specifies when the datashare has an association between a producer and data consumers.
dataShareAssociations - A value that specifies when the datashare has an association between a producer and data consumers.RejectDataShareResponse.Builder dataShareAssociations(Consumer<DataShareAssociation.Builder>... dataShareAssociations)
A value that specifies when the datashare has an association between a producer and data consumers.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #dataShareAssociations(List) .dataShareAssociations - a consumer that will call methods on List.Builder #dataShareAssociations(List) Copyright © 2021. All rights reserved.