Interface CreateConnectionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateConnectionResponse.Builder,CreateConnectionResponse>,EventBridgeResponse.Builder,SdkBuilder<CreateConnectionResponse.Builder,CreateConnectionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateConnectionResponse
public static interface CreateConnectionResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<CreateConnectionResponse.Builder,CreateConnectionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateConnectionResponse.BuilderconnectionArn(String connectionArn)The ARN of the connection that was created by the request.CreateConnectionResponse.BuilderconnectionState(String connectionState)The state of the connection that was created by the request.CreateConnectionResponse.BuilderconnectionState(ConnectionState connectionState)The state of the connection that was created by the request.CreateConnectionResponse.BuildercreationTime(Instant creationTime)A time stamp for the time that the connection was created.CreateConnectionResponse.BuilderlastModifiedTime(Instant lastModifiedTime)A time stamp for the time that the connection was last updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.eventbridge.model.EventBridgeResponse.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
-
connectionArn
CreateConnectionResponse.Builder connectionArn(String connectionArn)
The ARN of the connection that was created by the request.
- Parameters:
connectionArn- The ARN of the connection that was created by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionState
CreateConnectionResponse.Builder connectionState(String connectionState)
The state of the connection that was created by the request.
- Parameters:
connectionState- The state of the connection that was created by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConnectionState,ConnectionState
-
connectionState
CreateConnectionResponse.Builder connectionState(ConnectionState connectionState)
The state of the connection that was created by the request.
- Parameters:
connectionState- The state of the connection that was created by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConnectionState,ConnectionState
-
creationTime
CreateConnectionResponse.Builder creationTime(Instant creationTime)
A time stamp for the time that the connection was created.
- Parameters:
creationTime- A time stamp for the time that the connection was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
CreateConnectionResponse.Builder lastModifiedTime(Instant lastModifiedTime)
A time stamp for the time that the connection was last updated.
- Parameters:
lastModifiedTime- A time stamp for the time that the connection was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-