Interface DescribeTopicRefreshScheduleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeTopicRefreshScheduleRequest.Builder,DescribeTopicRefreshScheduleRequest>
,QuickSightRequest.Builder
,SdkBuilder<DescribeTopicRefreshScheduleRequest.Builder,DescribeTopicRefreshScheduleRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeTopicRefreshScheduleRequest
public static interface DescribeTopicRefreshScheduleRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeTopicRefreshScheduleRequest.Builder,DescribeTopicRefreshScheduleRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTopicRefreshScheduleRequest.Builder
awsAccountId(String awsAccountId)
The Amazon Web Services account ID.DescribeTopicRefreshScheduleRequest.Builder
datasetId(String datasetId)
The ID of the dataset.DescribeTopicRefreshScheduleRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeTopicRefreshScheduleRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
DescribeTopicRefreshScheduleRequest.Builder
topicId(String topicId)
The ID of the topic that contains the refresh schedule that you want to describe.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
DescribeTopicRefreshScheduleRequest.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account ID.
- Parameters:
awsAccountId
- The Amazon Web Services account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topicId
DescribeTopicRefreshScheduleRequest.Builder topicId(String topicId)
The ID of the topic that contains the refresh schedule that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
- Parameters:
topicId
- The ID of the topic that contains the refresh schedule that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetId
DescribeTopicRefreshScheduleRequest.Builder datasetId(String datasetId)
The ID of the dataset.
- Parameters:
datasetId
- The ID of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeTopicRefreshScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeTopicRefreshScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-