Uses of Interface
software.amazon.awssdk.services.quicksight.model.CreateTopicResponse.Builder
-
Packages that use CreateTopicResponse.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CreateTopicResponse.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CreateTopicResponse.Builder Modifier and Type Method Description CreateTopicResponse.BuilderCreateTopicResponse.Builder. arn(String arn)The Amazon Resource Name (ARN) of the topic.static CreateTopicResponse.BuilderCreateTopicResponse. builder()CreateTopicResponse.BuilderCreateTopicResponse.Builder. refreshArn(String refreshArn)The Amazon Resource Name (ARN) of the topic refresh.CreateTopicResponse.BuilderCreateTopicResponse.Builder. requestId(String requestId)The Amazon Web Services request ID for this operation.CreateTopicResponse.BuilderCreateTopicResponse.Builder. status(Integer status)The HTTP status of the request.CreateTopicResponse.BuilderCreateTopicResponse. toBuilder()CreateTopicResponse.BuilderCreateTopicResponse.Builder. topicId(String topicId)The ID for the topic that you want to create.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type CreateTopicResponse.Builder Modifier and Type Method Description static Class<? extends CreateTopicResponse.Builder>CreateTopicResponse. serializableBuilderClass()
-