Interface AnalyticsDataSetsResult.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AnalyticsDataSetsResult.Builder,,AnalyticsDataSetsResult> SdkBuilder<AnalyticsDataSetsResult.Builder,,AnalyticsDataSetsResult> SdkPojo
- Enclosing class:
AnalyticsDataSetsResult
@Mutable
@NotThreadSafe
public static interface AnalyticsDataSetsResult.Builder
extends SdkPojo, CopyableBuilder<AnalyticsDataSetsResult.Builder,AnalyticsDataSetsResult>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the dataset.dataSetName(String dataSetName) The name of the dataset.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dataSetId
The identifier of the dataset.
- Parameters:
dataSetId- The identifier of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetName
The name of the dataset.
- Parameters:
dataSetName- The name of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-