Uses of Interface
software.amazon.awssdk.services.eventbridge.model.DeleteConnectionResponse.Builder
Packages that use DeleteConnectionResponse.Builder
-
Uses of DeleteConnectionResponse.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return DeleteConnectionResponse.BuilderModifier and TypeMethodDescriptionDeleteConnectionResponse.builder()DeleteConnectionResponse.Builder.connectionArn(String connectionArn) The ARN of the connection that was deleted.DeleteConnectionResponse.Builder.connectionState(String connectionState) The state of the connection before it was deleted.DeleteConnectionResponse.Builder.connectionState(ConnectionState connectionState) The state of the connection before it was deleted.DeleteConnectionResponse.Builder.creationTime(Instant creationTime) A time stamp for the time that the connection was created.DeleteConnectionResponse.Builder.lastAuthorizedTime(Instant lastAuthorizedTime) A time stamp for the time that the connection was last authorized before it wa deleted.DeleteConnectionResponse.Builder.lastModifiedTime(Instant lastModifiedTime) A time stamp for the time that the connection was last modified before it was deleted.DeleteConnectionResponse.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type DeleteConnectionResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteConnectionResponse.Builder>DeleteConnectionResponse.serializableBuilderClass()