Uses of Interface
software.amazon.awssdk.services.eventbridge.model.DescribeConnectionResourceParameters.Builder
Packages that use DescribeConnectionResourceParameters.Builder
-
Uses of DescribeConnectionResourceParameters.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return DescribeConnectionResourceParameters.BuilderModifier and TypeMethodDescriptionDescribeConnectionResourceParameters.builder()DescribeConnectionResourceParameters.Builder.resourceAssociationArn(String resourceAssociationArn) For connections to private APIs, the Amazon Resource Name (ARN) of the resource association EventBridge created between the connection and the private API's resource configuration.DescribeConnectionResourceParameters.Builder.resourceConfigurationArn(String resourceConfigurationArn) The Amazon Resource Name (ARN) of the resource configuration for the private API.DescribeConnectionResourceParameters.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type DescribeConnectionResourceParameters.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeConnectionResourceParameters.Builder>DescribeConnectionResourceParameters.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type DescribeConnectionResourceParameters.BuilderModifier and TypeMethodDescriptionDescribeConnectionConnectivityParameters.Builder.resourceParameters(Consumer<DescribeConnectionResourceParameters.Builder> resourceParameters) The parameters for EventBridge to use when invoking the resource endpoint.