Interface CfnAnalysis.DataSetIdentifierDeclarationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.DataSetIdentifierDeclarationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.DataSetIdentifierDeclarationProperty
extends software.amazon.jsii.JsiiSerializable
A data set.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
DataSetIdentifierDeclarationProperty dataSetIdentifierDeclarationProperty = DataSetIdentifierDeclarationProperty.builder()
.dataSetArn("dataSetArn")
.identifier("identifier")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.DataSetIdentifierDeclarationPropertystatic final classAn implementation forCfnAnalysis.DataSetIdentifierDeclarationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The Amazon Resource Name (ARN) of the data set.The identifier of the data set, typically the data set's name.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataSetArn
The Amazon Resource Name (ARN) of the data set.- See Also:
-
getIdentifier
The identifier of the data set, typically the data set's name.- See Also:
-
builder
-