Interface ListTopicRefreshSchedulesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTopicRefreshSchedulesRequest.Builder,ListTopicRefreshSchedulesRequest>,QuickSightRequest.Builder,SdkBuilder<ListTopicRefreshSchedulesRequest.Builder,ListTopicRefreshSchedulesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTopicRefreshSchedulesRequest
public static interface ListTopicRefreshSchedulesRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListTopicRefreshSchedulesRequest.Builder,ListTopicRefreshSchedulesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTopicRefreshSchedulesRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the topic whose refresh schedule you want described.ListTopicRefreshSchedulesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTopicRefreshSchedulesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTopicRefreshSchedulesRequest.BuildertopicId(String topicId)The ID for the topic 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
ListTopicRefreshSchedulesRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic whose refresh schedule you want described.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the topic whose refresh schedule you want described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topicId
ListTopicRefreshSchedulesRequest.Builder topicId(String topicId)
The ID for the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
- Parameters:
topicId- The ID for the topic 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.
-
overrideConfiguration
ListTopicRefreshSchedulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTopicRefreshSchedulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-