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