public static interface DataSetIdentifierDeclaration.Builder extends SdkPojo, CopyableBuilder<DataSetIdentifierDeclaration.Builder,DataSetIdentifierDeclaration>
| Modifier and Type | Method and Description |
|---|---|
DataSetIdentifierDeclaration.Builder |
dataSetArn(String dataSetArn)
The Amazon Resource Name (ARN) of the data set.
|
DataSetIdentifierDeclaration.Builder |
identifier(String identifier)
The identifier of the data set, typically the data set's name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSetIdentifierDeclaration.Builder identifier(String identifier)
The identifier of the data set, typically the data set's name.
identifier - The identifier of the data set, typically the data set's name.DataSetIdentifierDeclaration.Builder dataSetArn(String dataSetArn)
The Amazon Resource Name (ARN) of the data set.
dataSetArn - The Amazon Resource Name (ARN) of the data set.Copyright © 2023. All rights reserved.