Interface DeletePipeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeletePipeResponse.Builder,DeletePipeResponse>,PipesResponse.Builder,SdkBuilder<DeletePipeResponse.Builder,DeletePipeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeletePipeResponse
public static interface DeletePipeResponse.Builder extends PipesResponse.Builder, SdkPojo, CopyableBuilder<DeletePipeResponse.Builder,DeletePipeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeletePipeResponse.Builderarn(String arn)The ARN of the pipe.DeletePipeResponse.BuildercreationTime(Instant creationTime)The time the pipe was created.DeletePipeResponse.BuildercurrentState(String currentState)The state the pipe is in.DeletePipeResponse.BuildercurrentState(PipeState currentState)The state the pipe is in.DeletePipeResponse.BuilderdesiredState(String desiredState)The state the pipe should be in.DeletePipeResponse.BuilderdesiredState(RequestedPipeStateDescribeResponse desiredState)The state the pipe should be in.DeletePipeResponse.BuilderlastModifiedTime(Instant lastModifiedTime)When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).DeletePipeResponse.Buildername(String name)The name of the pipe.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pipes.model.PipesResponse.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
DeletePipeResponse.Builder arn(String arn)
The ARN of the pipe.
- Parameters:
arn- The ARN of the pipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
DeletePipeResponse.Builder creationTime(Instant creationTime)
The time the pipe was created.
- Parameters:
creationTime- The time the pipe was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentState
DeletePipeResponse.Builder currentState(String currentState)
The state the pipe is in.
-
currentState
DeletePipeResponse.Builder currentState(PipeState currentState)
The state the pipe is in.
-
desiredState
DeletePipeResponse.Builder desiredState(String desiredState)
The state the pipe should be in.
- Parameters:
desiredState- The state the pipe should be in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RequestedPipeStateDescribeResponse,RequestedPipeStateDescribeResponse
-
desiredState
DeletePipeResponse.Builder desiredState(RequestedPipeStateDescribeResponse desiredState)
The state the pipe should be in.
- Parameters:
desiredState- The state the pipe should be in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RequestedPipeStateDescribeResponse,RequestedPipeStateDescribeResponse
-
lastModifiedTime
DeletePipeResponse.Builder lastModifiedTime(Instant lastModifiedTime)
When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
- Parameters:
lastModifiedTime- When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DeletePipeResponse.Builder name(String name)
The name of the pipe.
- Parameters:
name- The name of the pipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-