Class CfnResourceConfigurationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.vpclattice.CfnResourceConfigurationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResourceConfigurationPropsMixin>
- Enclosing class:
CfnResourceConfigurationPropsMixin
@Stability(Stable)
public static final class CfnResourceConfigurationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResourceConfigurationPropsMixin>
A fluent builder for
CfnResourceConfigurationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionallowAssociationToSharableServiceNetwork(Boolean allowAssociationToSharableServiceNetwork) Specifies whether the resource configuration can be associated with a sharable service network.allowAssociationToSharableServiceNetwork(IResolvable allowAssociationToSharableServiceNetwork) Specifies whether the resource configuration can be associated with a sharable service network.build()create()create(CfnPropertyMixinOptions options) customDomainName(String customDomainName) The custom domain name.domainVerificationId(String domainVerificationId) The domain verification ID.groupDomain(String groupDomain) (GROUP) The group domain for a group resource configuration.The name of the resource configuration.portRanges(List<String> portRanges) (SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to access a resource configuration (for example: 1-65535).protocolType(String protocolType) (SINGLE, GROUP) The protocol accepted by the resource configuration.resourceConfigurationAuthType(String resourceConfigurationAuthType) The auth type for the resource configuration.resourceConfigurationDefinition(CfnResourceConfigurationPropsMixin.ResourceConfigurationDefinitionProperty resourceConfigurationDefinition) Identifies the resource configuration in one of the following ways:.resourceConfigurationDefinition(IResolvable resourceConfigurationDefinition) Identifies the resource configuration in one of the following ways:.resourceConfigurationGroupId(String resourceConfigurationGroupId) The ID of the group resource configuration.resourceConfigurationType(String resourceConfigurationType) The type of resource configuration.resourceGatewayId(String resourceGatewayId) The ID of the resource gateway.The tags for the resource configuration.
-
Method Details
-
create
@Stability(Stable) public static CfnResourceConfigurationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnResourceConfigurationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnResourceConfigurationPropsMixin.Builder.
-
allowAssociationToSharableServiceNetwork
@Stability(Stable) public CfnResourceConfigurationPropsMixin.Builder allowAssociationToSharableServiceNetwork(Boolean allowAssociationToSharableServiceNetwork) Specifies whether the resource configuration can be associated with a sharable service network.- Parameters:
allowAssociationToSharableServiceNetwork- Specifies whether the resource configuration can be associated with a sharable service network. This parameter is required.- Returns:
this- See Also:
-
allowAssociationToSharableServiceNetwork
@Stability(Stable) public CfnResourceConfigurationPropsMixin.Builder allowAssociationToSharableServiceNetwork(IResolvable allowAssociationToSharableServiceNetwork) Specifies whether the resource configuration can be associated with a sharable service network.- Parameters:
allowAssociationToSharableServiceNetwork- Specifies whether the resource configuration can be associated with a sharable service network. This parameter is required.- Returns:
this- See Also:
-
customDomainName
@Stability(Stable) public CfnResourceConfigurationPropsMixin.Builder customDomainName(String customDomainName) The custom domain name.- Parameters:
customDomainName- The custom domain name. This parameter is required.- Returns:
this- See Also:
-
domainVerificationId
@Stability(Stable) public CfnResourceConfigurationPropsMixin.Builder domainVerificationId(String domainVerificationId) The domain verification ID.- Parameters:
domainVerificationId- The domain verification ID. This parameter is required.- Returns:
this- See Also:
-
groupDomain
@Stability(Stable) public CfnResourceConfigurationPropsMixin.Builder groupDomain(String groupDomain) (GROUP) The group domain for a group resource configuration.Any domains that you create for the child resource are subdomains of the group domain. Child resources inherit the verification status of the domain.
- Parameters:
groupDomain- (GROUP) The group domain for a group resource configuration. This parameter is required.- Returns:
this- See Also:
-
name
The name of the resource configuration.- Parameters:
name- The name of the resource configuration. This parameter is required.- Returns:
this- See Also:
-
portRanges
@Stability(Stable) public CfnResourceConfigurationPropsMixin.Builder portRanges(List<String> portRanges) (SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to access a resource configuration (for example: 1-65535).You can separate port ranges using commas (for example: 1,2,22-30).
- Parameters:
portRanges- (SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to access a resource configuration (for example: 1-65535). This parameter is required.- Returns:
this- See Also:
-
protocolType
@Stability(Stable) public CfnResourceConfigurationPropsMixin.Builder protocolType(String protocolType) (SINGLE, GROUP) The protocol accepted by the resource configuration.- Parameters:
protocolType- (SINGLE, GROUP) The protocol accepted by the resource configuration. This parameter is required.- Returns:
this- See Also:
-
resourceConfigurationAuthType
@Stability(Stable) public CfnResourceConfigurationPropsMixin.Builder resourceConfigurationAuthType(String resourceConfigurationAuthType) The auth type for the resource configuration.- Parameters:
resourceConfigurationAuthType- The auth type for the resource configuration. This parameter is required.- Returns:
this- See Also:
-
resourceConfigurationDefinition
@Stability(Stable) public CfnResourceConfigurationPropsMixin.Builder resourceConfigurationDefinition(IResolvable resourceConfigurationDefinition) Identifies the resource configuration in one of the following ways:.- Amazon Resource Name (ARN) - Supported resource-types that are provisioned by AWS services, such as RDS databases, can be identified by their ARN.
- Domain name - Any domain name that is publicly resolvable.
- IP address - For IPv4 and IPv6, only IP addresses in the VPC are supported.
- Parameters:
resourceConfigurationDefinition- Identifies the resource configuration in one of the following ways:. This parameter is required.- Returns:
this- See Also:
-
resourceConfigurationDefinition
@Stability(Stable) public CfnResourceConfigurationPropsMixin.Builder resourceConfigurationDefinition(CfnResourceConfigurationPropsMixin.ResourceConfigurationDefinitionProperty resourceConfigurationDefinition) Identifies the resource configuration in one of the following ways:.- Amazon Resource Name (ARN) - Supported resource-types that are provisioned by AWS services, such as RDS databases, can be identified by their ARN.
- Domain name - Any domain name that is publicly resolvable.
- IP address - For IPv4 and IPv6, only IP addresses in the VPC are supported.
- Parameters:
resourceConfigurationDefinition- Identifies the resource configuration in one of the following ways:. This parameter is required.- Returns:
this- See Also:
-
resourceConfigurationGroupId
@Stability(Stable) public CfnResourceConfigurationPropsMixin.Builder resourceConfigurationGroupId(String resourceConfigurationGroupId) The ID of the group resource configuration.- Parameters:
resourceConfigurationGroupId- The ID of the group resource configuration. This parameter is required.- Returns:
this- See Also:
-
resourceConfigurationType
@Stability(Stable) public CfnResourceConfigurationPropsMixin.Builder resourceConfigurationType(String resourceConfigurationType) The type of resource configuration. A resource configuration can be one of the following types:.- SINGLE - A single resource.
- GROUP - A group of resources. You must create a group resource configuration before you create a child resource configuration.
- CHILD - A single resource that is part of a group resource configuration.
- ARN - An AWS resource.
- Parameters:
resourceConfigurationType- The type of resource configuration. A resource configuration can be one of the following types:. This parameter is required.- Returns:
this- See Also:
-
resourceGatewayId
@Stability(Stable) public CfnResourceConfigurationPropsMixin.Builder resourceGatewayId(String resourceGatewayId) The ID of the resource gateway.- Parameters:
resourceGatewayId- The ID of the resource gateway. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnResourceConfigurationPropsMixin.Builder tags(List<? extends CfnTag> tags) The tags for the resource configuration.- Parameters:
tags- The tags for the resource configuration. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResourceConfigurationPropsMixin>- Returns:
- a newly built instance of
CfnResourceConfigurationPropsMixin.
-