Interface UpdateTopicRefreshScheduleResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateTopicRefreshScheduleResponse.Builder,UpdateTopicRefreshScheduleResponse>,QuickSightResponse.Builder,SdkBuilder<UpdateTopicRefreshScheduleResponse.Builder,UpdateTopicRefreshScheduleResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateTopicRefreshScheduleResponse
@Mutable @NotThreadSafe public static interface UpdateTopicRefreshScheduleResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateTopicRefreshScheduleResponse.Builder,UpdateTopicRefreshScheduleResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateTopicRefreshScheduleResponse.BuilderdatasetArn(String datasetArn)The Amazon Resource Name (ARN) of the dataset.UpdateTopicRefreshScheduleResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.UpdateTopicRefreshScheduleResponse.Builderstatus(Integer status)The HTTP status of the request.UpdateTopicRefreshScheduleResponse.BuildertopicArn(String topicArn)The Amazon Resource Name (ARN) of the topic.UpdateTopicRefreshScheduleResponse.BuildertopicId(String topicId)The ID of the topic that you want to modify.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
topicId
UpdateTopicRefreshScheduleResponse.Builder topicId(String topicId)
The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
- Parameters:
topicId- The ID of the topic that you want to modify. 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.
-
topicArn
UpdateTopicRefreshScheduleResponse.Builder topicArn(String topicArn)
The Amazon Resource Name (ARN) of the topic.
- Parameters:
topicArn- The Amazon Resource Name (ARN) of the topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetArn
UpdateTopicRefreshScheduleResponse.Builder datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
- Parameters:
datasetArn- The Amazon Resource Name (ARN) of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
UpdateTopicRefreshScheduleResponse.Builder status(Integer status)
The HTTP status of the request.
- Parameters:
status- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
UpdateTopicRefreshScheduleResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-