Interface DeleteConnectionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteConnectionResponse.Builder,DeleteConnectionResponse>,EventBridgeResponse.Builder,SdkBuilder<DeleteConnectionResponse.Builder,DeleteConnectionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteConnectionResponse
public static interface DeleteConnectionResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<DeleteConnectionResponse.Builder,DeleteConnectionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteConnectionResponse.BuilderconnectionArn(String connectionArn)The ARN of the connection that was deleted.DeleteConnectionResponse.BuilderconnectionState(String connectionState)The state of the connection before it was deleted.DeleteConnectionResponse.BuilderconnectionState(ConnectionState connectionState)The state of the connection before it was deleted.DeleteConnectionResponse.BuildercreationTime(Instant creationTime)A time stamp for the time that the connection was created.DeleteConnectionResponse.BuilderlastAuthorizedTime(Instant lastAuthorizedTime)A time stamp for the time that the connection was last authorized before it wa deleted.DeleteConnectionResponse.BuilderlastModifiedTime(Instant lastModifiedTime)A time stamp for the time that the connection was last modified before it was deleted.-
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
DeleteConnectionResponse.Builder connectionArn(String connectionArn)
The ARN of the connection that was deleted.
- Parameters:
connectionArn- The ARN of the connection that was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionState
DeleteConnectionResponse.Builder connectionState(String connectionState)
The state of the connection before it was deleted.
- Parameters:
connectionState- The state of the connection before it was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConnectionState,ConnectionState
-
connectionState
DeleteConnectionResponse.Builder connectionState(ConnectionState connectionState)
The state of the connection before it was deleted.
- Parameters:
connectionState- The state of the connection before it was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConnectionState,ConnectionState
-
creationTime
DeleteConnectionResponse.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
DeleteConnectionResponse.Builder lastModifiedTime(Instant lastModifiedTime)
A time stamp for the time that the connection was last modified before it was deleted.
- Parameters:
lastModifiedTime- A time stamp for the time that the connection was last modified before it was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastAuthorizedTime
DeleteConnectionResponse.Builder lastAuthorizedTime(Instant lastAuthorizedTime)
A time stamp for the time that the connection was last authorized before it wa deleted.
- Parameters:
lastAuthorizedTime- A time stamp for the time that the connection was last authorized before it wa deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-