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