Interface DescribeConnectionResourceParameters.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DescribeConnectionResourceParameters.Builder,
,DescribeConnectionResourceParameters> SdkBuilder<DescribeConnectionResourceParameters.Builder,
,DescribeConnectionResourceParameters> SdkPojo
- Enclosing class:
DescribeConnectionResourceParameters
@Mutable
@NotThreadSafe
public static interface DescribeConnectionResourceParameters.Builder
extends SdkPojo, CopyableBuilder<DescribeConnectionResourceParameters.Builder,DescribeConnectionResourceParameters>
-
Method Summary
Modifier and TypeMethodDescriptionresourceAssociationArn
(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.resourceConfigurationArn
(String resourceConfigurationArn) The Amazon Resource Name (ARN) of the resource configuration for the private API.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceConfigurationArn
DescribeConnectionResourceParameters.Builder resourceConfigurationArn(String resourceConfigurationArn) The Amazon Resource Name (ARN) of the resource configuration for the private API.
- Parameters:
resourceConfigurationArn
- The Amazon Resource Name (ARN) of the resource configuration for the private API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
For more information, see Managing service network resource associations for connections in the Amazon EventBridge User Guide .
- Parameters:
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.For more information, see Managing service network resource associations for connections in the Amazon EventBridge User Guide .
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-