public static interface DeletePipeResponse.Builder extends PipesResponse.Builder, SdkPojo, CopyableBuilder<DeletePipeResponse.Builder,DeletePipeResponse>
| Modifier and Type | Method and Description |
|---|---|
DeletePipeResponse.Builder |
arn(String arn)
The ARN of the pipe.
|
DeletePipeResponse.Builder |
creationTime(Instant creationTime)
The time the pipe was created.
|
DeletePipeResponse.Builder |
currentState(PipeState currentState)
The state the pipe is in.
|
DeletePipeResponse.Builder |
currentState(String currentState)
The state the pipe is in.
|
DeletePipeResponse.Builder |
desiredState(RequestedPipeStateDescribeResponse desiredState)
The state the pipe should be in.
|
DeletePipeResponse.Builder |
desiredState(String desiredState)
The state the pipe should be in.
|
DeletePipeResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
When the pipe was last updated, in ISO-8601 format
(YYYY-MM-DDThh:mm:ss.sTZD).
|
DeletePipeResponse.Builder |
name(String name)
The name of the pipe.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeletePipeResponse.Builder arn(String arn)
The ARN of the pipe.
arn - The ARN of the pipe.DeletePipeResponse.Builder creationTime(Instant creationTime)
The time the pipe was created.
creationTime - The time the pipe was created.DeletePipeResponse.Builder currentState(String currentState)
The state the pipe is in.
DeletePipeResponse.Builder currentState(PipeState currentState)
The state the pipe is in.
DeletePipeResponse.Builder desiredState(String desiredState)
The state the pipe should be in.
desiredState - The state the pipe should be in.RequestedPipeStateDescribeResponse,
RequestedPipeStateDescribeResponseDeletePipeResponse.Builder desiredState(RequestedPipeStateDescribeResponse desiredState)
The state the pipe should be in.
desiredState - The state the pipe should be in.RequestedPipeStateDescribeResponse,
RequestedPipeStateDescribeResponseDeletePipeResponse.Builder lastModifiedTime(Instant lastModifiedTime)
When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
lastModifiedTime - When the pipe was last updated, in ISO-8601 format
(YYYY-MM-DDThh:mm:ss.sTZD).DeletePipeResponse.Builder name(String name)
The name of the pipe.
name - The name of the pipe.Copyright © 2023. All rights reserved.