Interface RedshiftDataShareAsset.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RedshiftDataShareAsset.Builder,RedshiftDataShareAsset>,SdkBuilder<RedshiftDataShareAsset.Builder,RedshiftDataShareAsset>,SdkPojo
- Enclosing class:
- RedshiftDataShareAsset
public static interface RedshiftDataShareAsset.Builder extends SdkPojo, CopyableBuilder<RedshiftDataShareAsset.Builder,RedshiftDataShareAsset>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RedshiftDataShareAsset.Builderarn(String arn)The Amazon Resource Name (ARN) of the datashare asset.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
RedshiftDataShareAsset.Builder arn(String arn)
The Amazon Resource Name (ARN) of the datashare asset.
- Parameters:
arn- The Amazon Resource Name (ARN) of the datashare asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-