Uses of Interface
software.amazon.awssdk.services.eventbridge.model.Connection.Builder
Packages that use Connection.Builder
-
Uses of Connection.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return Connection.BuilderModifier and TypeMethodDescriptionConnection.Builder.authorizationType(String authorizationType) The authorization type specified for the connection.Connection.Builder.authorizationType(ConnectionAuthorizationType authorizationType) The authorization type specified for the connection.static Connection.BuilderConnection.builder()Connection.Builder.connectionArn(String connectionArn) The ARN of the connection.Connection.Builder.connectionState(String connectionState) The state of the connection.Connection.Builder.connectionState(ConnectionState connectionState) The state of the connection.Connection.Builder.creationTime(Instant creationTime) A time stamp for the time that the connection was created.Connection.Builder.lastAuthorizedTime(Instant lastAuthorizedTime) A time stamp for the time that the connection was last authorized.Connection.Builder.lastModifiedTime(Instant lastModifiedTime) A time stamp for the time that the connection was last modified.The name of the connection.Connection.Builder.stateReason(String stateReason) The reason that the connection is in the connection state.Connection.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type Connection.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Connection.Builder>Connection.serializableBuilderClass()