Uses of Interface
software.amazon.awssdk.services.eventbridge.model.DescribeConnectionResponse.Builder
Packages that use DescribeConnectionResponse.Builder
-
Uses of DescribeConnectionResponse.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return DescribeConnectionResponse.BuilderModifier and TypeMethodDescriptionDescribeConnectionResponse.Builder.authorizationType(String authorizationType) The type of authorization specified for the connection.DescribeConnectionResponse.Builder.authorizationType(ConnectionAuthorizationType authorizationType) The type of authorization specified for the connection.DescribeConnectionResponse.Builder.authParameters(Consumer<ConnectionAuthResponseParameters.Builder> authParameters) The parameters to use for authorization for the connection.DescribeConnectionResponse.Builder.authParameters(ConnectionAuthResponseParameters authParameters) The parameters to use for authorization for the connection.DescribeConnectionResponse.builder()DescribeConnectionResponse.Builder.connectionArn(String connectionArn) The ARN of the connection retrieved.DescribeConnectionResponse.Builder.connectionState(String connectionState) The state of the connection retrieved.DescribeConnectionResponse.Builder.connectionState(ConnectionState connectionState) The state of the connection retrieved.DescribeConnectionResponse.Builder.creationTime(Instant creationTime) A time stamp for the time that the connection was created.DescribeConnectionResponse.Builder.description(String description) The description for the connection retrieved.DescribeConnectionResponse.Builder.invocationConnectivityParameters(Consumer<DescribeConnectionConnectivityParameters.Builder> invocationConnectivityParameters) For connections to private APIs The parameters EventBridge uses to invoke the resource endpoint.DescribeConnectionResponse.Builder.invocationConnectivityParameters(DescribeConnectionConnectivityParameters invocationConnectivityParameters) For connections to private APIs The parameters EventBridge uses to invoke the resource endpoint.DescribeConnectionResponse.Builder.kmsKeyIdentifier(String kmsKeyIdentifier) The identifier of the KMS customer managed key for EventBridge to use to encrypt the connection, if one has been specified.DescribeConnectionResponse.Builder.lastAuthorizedTime(Instant lastAuthorizedTime) A time stamp for the time that the connection was last authorized.DescribeConnectionResponse.Builder.lastModifiedTime(Instant lastModifiedTime) A time stamp for the time that the connection was last modified.The name of the connection retrieved.The ARN of the secret created from the authorization parameters specified for the connection.DescribeConnectionResponse.Builder.stateReason(String stateReason) The reason that the connection is in the current connection state.DescribeConnectionResponse.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type DescribeConnectionResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeConnectionResponse.Builder>DescribeConnectionResponse.serializableBuilderClass()