Interface CancelIngestionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CancelIngestionResponse.Builder,CancelIngestionResponse>,QuickSightResponse.Builder,SdkBuilder<CancelIngestionResponse.Builder,CancelIngestionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CancelIngestionResponse
public static interface CancelIngestionResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<CancelIngestionResponse.Builder,CancelIngestionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelIngestionResponse.Builderarn(String arn)The Amazon Resource Name (ARN) for the data ingestion.CancelIngestionResponse.BuilderingestionId(String ingestionId)An ID for the ingestion.CancelIngestionResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.CancelIngestionResponse.Builderstatus(Integer status)The HTTP status of the request.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
CancelIngestionResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the data ingestion.
- Parameters:
arn- The Amazon Resource Name (ARN) for the data ingestion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestionId
CancelIngestionResponse.Builder ingestionId(String ingestionId)
An ID for the ingestion.
- Parameters:
ingestionId- An ID for the ingestion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
CancelIngestionResponse.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
CancelIngestionResponse.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.
-
-