Uses of Interface
software.amazon.awssdk.services.forecast.model.DatasetGroupSummary.Builder
-
Packages that use DatasetGroupSummary.Builder Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of DatasetGroupSummary.Builder in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return DatasetGroupSummary.Builder Modifier and Type Method Description static DatasetGroupSummary.BuilderDatasetGroupSummary. builder()DatasetGroupSummary.BuilderDatasetGroupSummary.Builder. creationTime(Instant creationTime)When the dataset group was created.DatasetGroupSummary.BuilderDatasetGroupSummary.Builder. datasetGroupArn(String datasetGroupArn)The Amazon Resource Name (ARN) of the dataset group.DatasetGroupSummary.BuilderDatasetGroupSummary.Builder. datasetGroupName(String datasetGroupName)The name of the dataset group.DatasetGroupSummary.BuilderDatasetGroupSummary.Builder. lastModificationTime(Instant lastModificationTime)When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.DatasetGroupSummary.BuilderDatasetGroupSummary. toBuilder()Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type DatasetGroupSummary.Builder Modifier and Type Method Description static Class<? extends DatasetGroupSummary.Builder>DatasetGroupSummary. serializableBuilderClass()
-