@Stability(value=Stable) public static final class CfnEndpointGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnEndpointGroup>
CfnEndpointGroup
.Modifier and Type | Method and Description |
---|---|
CfnEndpointGroup |
build() |
static CfnEndpointGroup.Builder |
create(software.constructs.Construct scope,
String id) |
CfnEndpointGroup.Builder |
endpointConfigurations(IResolvable endpointConfigurations)
`AWS::GlobalAccelerator::EndpointGroup.EndpointConfigurations`.
|
CfnEndpointGroup.Builder |
endpointConfigurations(List<? extends Object> endpointConfigurations)
`AWS::GlobalAccelerator::EndpointGroup.EndpointConfigurations`.
|
CfnEndpointGroup.Builder |
endpointGroupRegion(String endpointGroupRegion)
`AWS::GlobalAccelerator::EndpointGroup.EndpointGroupRegion`.
|
CfnEndpointGroup.Builder |
healthCheckIntervalSeconds(Number healthCheckIntervalSeconds)
`AWS::GlobalAccelerator::EndpointGroup.HealthCheckIntervalSeconds`.
|
CfnEndpointGroup.Builder |
healthCheckPath(String healthCheckPath)
`AWS::GlobalAccelerator::EndpointGroup.HealthCheckPath`.
|
CfnEndpointGroup.Builder |
healthCheckPort(Number healthCheckPort)
`AWS::GlobalAccelerator::EndpointGroup.HealthCheckPort`.
|
CfnEndpointGroup.Builder |
healthCheckProtocol(String healthCheckProtocol)
`AWS::GlobalAccelerator::EndpointGroup.HealthCheckProtocol`.
|
CfnEndpointGroup.Builder |
listenerArn(String listenerArn)
`AWS::GlobalAccelerator::EndpointGroup.ListenerArn`.
|
CfnEndpointGroup.Builder |
portOverrides(IResolvable portOverrides)
`AWS::GlobalAccelerator::EndpointGroup.PortOverrides`.
|
CfnEndpointGroup.Builder |
portOverrides(List<? extends Object> portOverrides)
`AWS::GlobalAccelerator::EndpointGroup.PortOverrides`.
|
CfnEndpointGroup.Builder |
thresholdCount(Number thresholdCount)
`AWS::GlobalAccelerator::EndpointGroup.ThresholdCount`.
|
CfnEndpointGroup.Builder |
trafficDialPercentage(Number trafficDialPercentage)
`AWS::GlobalAccelerator::EndpointGroup.TrafficDialPercentage`.
|
@Stability(value=Stable) public static CfnEndpointGroup.Builder create(software.constructs.Construct scope, String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnEndpointGroup.EndpointConfigurationProperty.Builder
.@Stability(value=Stable) public CfnEndpointGroup.Builder endpointGroupRegion(String endpointGroupRegion)
endpointGroupRegion
- `AWS::GlobalAccelerator::EndpointGroup.EndpointGroupRegion`. This parameter is required.this
@Stability(value=Stable) public CfnEndpointGroup.Builder listenerArn(String listenerArn)
listenerArn
- `AWS::GlobalAccelerator::EndpointGroup.ListenerArn`. This parameter is required.this
@Stability(value=Stable) public CfnEndpointGroup.Builder endpointConfigurations(IResolvable endpointConfigurations)
endpointConfigurations
- `AWS::GlobalAccelerator::EndpointGroup.EndpointConfigurations`. This parameter is required.this
@Stability(value=Stable) public CfnEndpointGroup.Builder endpointConfigurations(List<? extends Object> endpointConfigurations)
endpointConfigurations
- `AWS::GlobalAccelerator::EndpointGroup.EndpointConfigurations`. This parameter is required.this
@Stability(value=Stable) public CfnEndpointGroup.Builder healthCheckIntervalSeconds(Number healthCheckIntervalSeconds)
healthCheckIntervalSeconds
- `AWS::GlobalAccelerator::EndpointGroup.HealthCheckIntervalSeconds`. This parameter is required.this
@Stability(value=Stable) public CfnEndpointGroup.Builder healthCheckPath(String healthCheckPath)
healthCheckPath
- `AWS::GlobalAccelerator::EndpointGroup.HealthCheckPath`. This parameter is required.this
@Stability(value=Stable) public CfnEndpointGroup.Builder healthCheckPort(Number healthCheckPort)
healthCheckPort
- `AWS::GlobalAccelerator::EndpointGroup.HealthCheckPort`. This parameter is required.this
@Stability(value=Stable) public CfnEndpointGroup.Builder healthCheckProtocol(String healthCheckProtocol)
healthCheckProtocol
- `AWS::GlobalAccelerator::EndpointGroup.HealthCheckProtocol`. This parameter is required.this
@Stability(value=Stable) public CfnEndpointGroup.Builder portOverrides(IResolvable portOverrides)
portOverrides
- `AWS::GlobalAccelerator::EndpointGroup.PortOverrides`. This parameter is required.this
@Stability(value=Stable) public CfnEndpointGroup.Builder portOverrides(List<? extends Object> portOverrides)
portOverrides
- `AWS::GlobalAccelerator::EndpointGroup.PortOverrides`. This parameter is required.this
@Stability(value=Stable) public CfnEndpointGroup.Builder thresholdCount(Number thresholdCount)
thresholdCount
- `AWS::GlobalAccelerator::EndpointGroup.ThresholdCount`. This parameter is required.this
@Stability(value=Stable) public CfnEndpointGroup.Builder trafficDialPercentage(Number trafficDialPercentage)
trafficDialPercentage
- `AWS::GlobalAccelerator::EndpointGroup.TrafficDialPercentage`. This parameter is required.this
@Stability(value=Stable) public CfnEndpointGroup build()
build
in interface software.amazon.jsii.Builder<CfnEndpointGroup>
Copyright © 2021. All rights reserved.