public static interface TopicRefreshScheduleSummary.Builder extends SdkPojo, CopyableBuilder<TopicRefreshScheduleSummary.Builder,TopicRefreshScheduleSummary>
| Modifier and Type | Method and Description |
|---|---|
TopicRefreshScheduleSummary.Builder |
datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
|
TopicRefreshScheduleSummary.Builder |
datasetId(String datasetId)
The ID of the dataset.
|
TopicRefreshScheduleSummary.Builder |
datasetName(String datasetName)
The name of the dataset.
|
default TopicRefreshScheduleSummary.Builder |
refreshSchedule(Consumer<TopicRefreshSchedule.Builder> refreshSchedule)
The definition of a refresh schedule.
|
TopicRefreshScheduleSummary.Builder |
refreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTopicRefreshScheduleSummary.Builder datasetId(String datasetId)
The ID of the dataset.
datasetId - The ID of the dataset.TopicRefreshScheduleSummary.Builder datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
datasetArn - The Amazon Resource Name (ARN) of the dataset.TopicRefreshScheduleSummary.Builder datasetName(String datasetName)
The name of the dataset.
datasetName - The name of the dataset.TopicRefreshScheduleSummary.Builder refreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
refreshSchedule - The definition of a refresh schedule.default TopicRefreshScheduleSummary.Builder refreshSchedule(Consumer<TopicRefreshSchedule.Builder> refreshSchedule)
The definition of a refresh schedule.
This is a convenience method that creates an instance of theTopicRefreshSchedule.Builder avoiding
the need to create one manually via TopicRefreshSchedule.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to refreshSchedule(TopicRefreshSchedule).
refreshSchedule - a consumer that will call methods on TopicRefreshSchedule.BuilderrefreshSchedule(TopicRefreshSchedule)Copyright © 2023. All rights reserved.