public static interface AssetDetails.Builder extends SdkPojo, CopyableBuilder<AssetDetails.Builder,AssetDetails>
| Modifier and Type | Method and Description |
|---|---|
default AssetDetails.Builder |
redshiftDataShareAsset(Consumer<RedshiftDataShareAsset.Builder> redshiftDataShareAsset)
The Amazon Redshift datashare that is the asset.
|
AssetDetails.Builder |
redshiftDataShareAsset(RedshiftDataShareAsset redshiftDataShareAsset)
The Amazon Redshift datashare that is the asset.
|
default AssetDetails.Builder |
s3SnapshotAsset(Consumer<S3SnapshotAsset.Builder> s3SnapshotAsset)
The S3 object that is the asset.
|
AssetDetails.Builder |
s3SnapshotAsset(S3SnapshotAsset s3SnapshotAsset)
The S3 object that is the asset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetDetails.Builder s3SnapshotAsset(S3SnapshotAsset s3SnapshotAsset)
The S3 object that is the asset.
s3SnapshotAsset - The S3 object that is the asset.default AssetDetails.Builder s3SnapshotAsset(Consumer<S3SnapshotAsset.Builder> s3SnapshotAsset)
The S3 object that is the asset.
This is a convenience that creates an instance of theS3SnapshotAsset.Builder avoiding the need to
create one manually via S3SnapshotAsset.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3SnapshotAsset(S3SnapshotAsset).s3SnapshotAsset - a consumer that will call methods on S3SnapshotAsset.Builders3SnapshotAsset(S3SnapshotAsset)AssetDetails.Builder redshiftDataShareAsset(RedshiftDataShareAsset redshiftDataShareAsset)
The Amazon Redshift datashare that is the asset.
redshiftDataShareAsset - The Amazon Redshift datashare that is the asset.default AssetDetails.Builder redshiftDataShareAsset(Consumer<RedshiftDataShareAsset.Builder> redshiftDataShareAsset)
The Amazon Redshift datashare that is the asset.
This is a convenience that creates an instance of theRedshiftDataShareAsset.Builder avoiding the
need to create one manually via RedshiftDataShareAsset.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to redshiftDataShareAsset(RedshiftDataShareAsset).redshiftDataShareAsset - a consumer that will call methods on RedshiftDataShareAsset.BuilderredshiftDataShareAsset(RedshiftDataShareAsset)Copyright © 2021. All rights reserved.