Interface DeleteConnectionResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CloudWatchEventsResponse.Builder,- CopyableBuilder<DeleteConnectionResponse.Builder,,- DeleteConnectionResponse> - SdkBuilder<DeleteConnectionResponse.Builder,,- DeleteConnectionResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DeleteConnectionResponse
@Mutable
@NotThreadSafe
public static interface DeleteConnectionResponse.Builder
extends CloudWatchEventsResponse.Builder, SdkPojo, CopyableBuilder<DeleteConnectionResponse.Builder,DeleteConnectionResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionconnectionArn(String connectionArn) The ARN of the connection that was deleted.connectionState(String connectionState) The state of the connection before it was deleted.connectionState(ConnectionState connectionState) The state of the connection before it was deleted.creationTime(Instant creationTime) A time stamp for the time that the connection was created.lastAuthorizedTime(Instant lastAuthorizedTime) A time stamp for the time that the connection was last authorized before it wa deleted.lastModifiedTime(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.services.cloudwatchevents.model.CloudWatchEventsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
connectionArnThe 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.
 
- 
connectionStateThe 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:
 
- 
connectionStateThe 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:
 
- 
creationTimeA 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.
 
- 
lastModifiedTimeA 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.
 
- 
lastAuthorizedTimeA 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.
 
 
-