Uses of Interface
software.amazon.awssdk.services.dataexchange.model.RedshiftDataShareAsset.Builder
-
Packages that use RedshiftDataShareAsset.Builder Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of RedshiftDataShareAsset.Builder in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return RedshiftDataShareAsset.Builder Modifier and Type Method Description RedshiftDataShareAsset.BuilderRedshiftDataShareAsset.Builder. arn(String arn)The Amazon Resource Name (ARN) of the datashare asset.static RedshiftDataShareAsset.BuilderRedshiftDataShareAsset. builder()RedshiftDataShareAsset.BuilderRedshiftDataShareAsset. toBuilder()Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type RedshiftDataShareAsset.Builder Modifier and Type Method Description static Class<? extends RedshiftDataShareAsset.Builder>RedshiftDataShareAsset. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dataexchange.model with type arguments of type RedshiftDataShareAsset.Builder Modifier and Type Method Description default AssetDetails.BuilderAssetDetails.Builder. redshiftDataShareAsset(Consumer<RedshiftDataShareAsset.Builder> redshiftDataShareAsset)The Amazon Redshift datashare that is the asset.
-