Interface DescribeConnectionResourceParameters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DescribeConnectionResourceParameters.Builder,DescribeConnectionResourceParameters>,SdkBuilder<DescribeConnectionResourceParameters.Builder,DescribeConnectionResourceParameters>,SdkPojo
- Enclosing class:
- DescribeConnectionResourceParameters
public static interface DescribeConnectionResourceParameters.Builder extends SdkPojo, CopyableBuilder<DescribeConnectionResourceParameters.Builder,DescribeConnectionResourceParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeConnectionResourceParameters.BuilderresourceAssociationArn(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.BuilderresourceConfigurationArn(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 Detail
-
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
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.
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-