Interface UpdatePipeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdatePipeResponse.Builder,UpdatePipeResponse>,PipesResponse.Builder,SdkBuilder<UpdatePipeResponse.Builder,UpdatePipeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdatePipeResponse
public static interface UpdatePipeResponse.Builder extends PipesResponse.Builder, SdkPojo, CopyableBuilder<UpdatePipeResponse.Builder,UpdatePipeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatePipeResponse.Builderarn(String arn)The ARN of the pipe.UpdatePipeResponse.BuildercreationTime(Instant creationTime)The time the pipe was created.UpdatePipeResponse.BuildercurrentState(String currentState)The state the pipe is in.UpdatePipeResponse.BuildercurrentState(PipeState currentState)The state the pipe is in.UpdatePipeResponse.BuilderdesiredState(String desiredState)The state the pipe should be in.UpdatePipeResponse.BuilderdesiredState(RequestedPipeState desiredState)The state the pipe should be in.UpdatePipeResponse.BuilderlastModifiedTime(Instant lastModifiedTime)When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).UpdatePipeResponse.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
UpdatePipeResponse.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
UpdatePipeResponse.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
UpdatePipeResponse.Builder currentState(String currentState)
The state the pipe is in.
-
currentState
UpdatePipeResponse.Builder currentState(PipeState currentState)
The state the pipe is in.
-
desiredState
UpdatePipeResponse.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:
RequestedPipeState,RequestedPipeState
-
desiredState
UpdatePipeResponse.Builder desiredState(RequestedPipeState 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:
RequestedPipeState,RequestedPipeState
-
lastModifiedTime
UpdatePipeResponse.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
UpdatePipeResponse.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.
-
-