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