Interface DataSetIdentifierDeclaration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DataSetIdentifierDeclaration.Builder,,- DataSetIdentifierDeclaration> - SdkBuilder<DataSetIdentifierDeclaration.Builder,,- DataSetIdentifierDeclaration> - SdkPojo
- Enclosing class:
- DataSetIdentifierDeclaration
@Mutable
@NotThreadSafe
public static interface DataSetIdentifierDeclaration.Builder
extends SdkPojo, CopyableBuilder<DataSetIdentifierDeclaration.Builder,DataSetIdentifierDeclaration> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
identifierThe 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.
 
- 
dataSetArnThe 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.
 
 
-