Interface DataSetIdentifierDeclaration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataSetIdentifierDeclaration.Builder,
,DataSetIdentifierDeclaration> SdkBuilder<DataSetIdentifierDeclaration.Builder,
,DataSetIdentifierDeclaration> SdkPojo
- Enclosing class:
DataSetIdentifierDeclaration
public static interface DataSetIdentifierDeclaration.Builder
extends SdkPojo, CopyableBuilder<DataSetIdentifierDeclaration.Builder,DataSetIdentifierDeclaration>
-
Method Summary
Modifier and TypeMethodDescriptiondataSetArn
(String dataSetArn) The Amazon Resource Name (ARN) of the data set.identifier
(String identifier) The identifier of the data set, typically the data set's name.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 Details
-
identifier
The identifier of the data set, typically the data set's name.
- Parameters:
identifier
- The identifier of the data set, typically the data set's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetArn
The Amazon Resource Name (ARN) of the data set.
- Parameters:
dataSetArn
- The Amazon Resource Name (ARN) of the data set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-