Package | Description |
---|---|
software.amazon.awssdk.services.dataexchange.model |
Modifier and Type | Method and Description |
---|---|
AssetDestinationEntry.Builder |
AssetDestinationEntry.Builder.assetId(String assetId)
The unique identifier for the asset.
|
AssetDestinationEntry.Builder |
AssetDestinationEntry.Builder.bucket(String bucket)
The S3 bucket that is the destination for the asset.
|
static AssetDestinationEntry.Builder |
AssetDestinationEntry.builder() |
AssetDestinationEntry.Builder |
AssetDestinationEntry.Builder.key(String key)
The name of the object in Amazon S3 for the asset.
|
AssetDestinationEntry.Builder |
AssetDestinationEntry.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends AssetDestinationEntry.Builder> |
AssetDestinationEntry.serializableBuilderClass() |
Copyright © 2021. All rights reserved.