@Stability(value=Stable) public static final class CfnDataflowEndpointGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnDataflowEndpointGroup>
CfnDataflowEndpointGroup.| Modifier and Type | Method and Description |
|---|---|
CfnDataflowEndpointGroup |
build() |
static CfnDataflowEndpointGroup.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDataflowEndpointGroup.Builder |
endpointDetails(IResolvable endpointDetails)
`AWS::GroundStation::DataflowEndpointGroup.EndpointDetails`.
|
CfnDataflowEndpointGroup.Builder |
endpointDetails(List<? extends Object> endpointDetails)
`AWS::GroundStation::DataflowEndpointGroup.EndpointDetails`.
|
CfnDataflowEndpointGroup.Builder |
tags(List<? extends CfnTag> tags)
`AWS::GroundStation::DataflowEndpointGroup.Tags`.
|
@Stability(value=Stable) public static CfnDataflowEndpointGroup.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.CfnDataflowEndpointGroup.DataflowEndpointProperty.Builder.@Stability(value=Stable) public CfnDataflowEndpointGroup.Builder endpointDetails(IResolvable endpointDetails)
endpointDetails - `AWS::GroundStation::DataflowEndpointGroup.EndpointDetails`. This parameter is required.this@Stability(value=Stable) public CfnDataflowEndpointGroup.Builder endpointDetails(List<? extends Object> endpointDetails)
endpointDetails - `AWS::GroundStation::DataflowEndpointGroup.EndpointDetails`. This parameter is required.this@Stability(value=Stable) public CfnDataflowEndpointGroup.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::GroundStation::DataflowEndpointGroup.Tags`. This parameter is required.this@Stability(value=Stable) public CfnDataflowEndpointGroup build()
build in interface software.amazon.jsii.Builder<CfnDataflowEndpointGroup>Copyright © 2021. All rights reserved.