public static interface DescribeTopicRefreshRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeTopicRefreshRequest.Builder,DescribeTopicRefreshRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeTopicRefreshRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic whose refresh you want to describe.
|
DescribeTopicRefreshRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeTopicRefreshRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeTopicRefreshRequest.Builder |
refreshId(String refreshId)
The ID of the refresh, which is performed when the topic is created or updated.
|
DescribeTopicRefreshRequest.Builder |
topicId(String topicId)
The ID of the topic that you want to describe.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTopicRefreshRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic whose refresh you want to describe.
awsAccountId - The ID of the Amazon Web Services account that contains the topic whose refresh you want to describe.DescribeTopicRefreshRequest.Builder topicId(String topicId)
The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
topicId - The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for
each Amazon Web Services account.DescribeTopicRefreshRequest.Builder refreshId(String refreshId)
The ID of the refresh, which is performed when the topic is created or updated.
refreshId - The ID of the refresh, which is performed when the topic is created or updated.DescribeTopicRefreshRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeTopicRefreshRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.