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