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