Interface UpdateDataSourceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateDataSourceResponse.Builder,UpdateDataSourceResponse>,QuickSightResponse.Builder,SdkBuilder<UpdateDataSourceResponse.Builder,UpdateDataSourceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateDataSourceResponse
@Mutable @NotThreadSafe public static interface UpdateDataSourceResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateDataSourceResponse.Builder,UpdateDataSourceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateDataSourceResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the data source.UpdateDataSourceResponse.BuilderdataSourceId(String dataSourceId)The ID of the data source.UpdateDataSourceResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.UpdateDataSourceResponse.Builderstatus(Integer status)The HTTP status of the request.UpdateDataSourceResponse.BuilderupdateStatus(String updateStatus)The update status of the data source's last update.UpdateDataSourceResponse.BuilderupdateStatus(ResourceStatus updateStatus)The update status of the data source's last update.-
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
-
arn
UpdateDataSourceResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the data source.
- Parameters:
arn- The Amazon Resource Name (ARN) of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceId
UpdateDataSourceResponse.Builder dataSourceId(String dataSourceId)
The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
- Parameters:
dataSourceId- The ID of the data source. 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.
-
updateStatus
UpdateDataSourceResponse.Builder updateStatus(String updateStatus)
The update status of the data source's last update.
- Parameters:
updateStatus- The update status of the data source's last update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceStatus,ResourceStatus
-
updateStatus
UpdateDataSourceResponse.Builder updateStatus(ResourceStatus updateStatus)
The update status of the data source's last update.
- Parameters:
updateStatus- The update status of the data source's last update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceStatus,ResourceStatus
-
requestId
UpdateDataSourceResponse.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.
-
status
UpdateDataSourceResponse.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.
-
-