Class NetworkConnectivitySpokeLinkedInterconnectAttachments.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.network_connectivity_spoke.NetworkConnectivitySpokeLinkedInterconnectAttachments.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<NetworkConnectivitySpokeLinkedInterconnectAttachments>
- Enclosing interface:
- NetworkConnectivitySpokeLinkedInterconnectAttachments
@Stability(Stable) public static final class NetworkConnectivitySpokeLinkedInterconnectAttachments.Builder extends Object implements software.amazon.jsii.Builder<NetworkConnectivitySpokeLinkedInterconnectAttachments>
A builder forNetworkConnectivitySpokeLinkedInterconnectAttachments
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkConnectivitySpokeLinkedInterconnectAttachmentsbuild()Builds the configured instance.NetworkConnectivitySpokeLinkedInterconnectAttachments.BuildersiteToSiteDataTransfer(com.hashicorp.cdktf.IResolvable siteToSiteDataTransfer)NetworkConnectivitySpokeLinkedInterconnectAttachments.BuildersiteToSiteDataTransfer(Boolean siteToSiteDataTransfer)NetworkConnectivitySpokeLinkedInterconnectAttachments.Builderuris(List<String> uris)Sets the value ofNetworkConnectivitySpokeLinkedInterconnectAttachments.getUris()
-
-
-
Method Detail
-
siteToSiteDataTransfer
@Stability(Stable) public NetworkConnectivitySpokeLinkedInterconnectAttachments.Builder siteToSiteDataTransfer(Boolean siteToSiteDataTransfer)
- Parameters:
siteToSiteDataTransfer- A value that controls whether site-to-site data transfer is enabled for these resources. This parameter is required. Note that data transfer is available only in supported locations. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_spoke#site_to_site_data_transfer NetworkConnectivitySpoke#site_to_site_data_transfer}- Returns:
this
-
siteToSiteDataTransfer
@Stability(Stable) public NetworkConnectivitySpokeLinkedInterconnectAttachments.Builder siteToSiteDataTransfer(com.hashicorp.cdktf.IResolvable siteToSiteDataTransfer)
- Parameters:
siteToSiteDataTransfer- A value that controls whether site-to-site data transfer is enabled for these resources. This parameter is required. Note that data transfer is available only in supported locations. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_spoke#site_to_site_data_transfer NetworkConnectivitySpoke#site_to_site_data_transfer}- Returns:
this
-
uris
@Stability(Stable) public NetworkConnectivitySpokeLinkedInterconnectAttachments.Builder uris(List<String> uris)
Sets the value ofNetworkConnectivitySpokeLinkedInterconnectAttachments.getUris()- Parameters:
uris- The URIs of linked interconnect attachment resources. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_spoke#uris NetworkConnectivitySpoke#uris}- Returns:
this
-
build
@Stability(Stable) public NetworkConnectivitySpokeLinkedInterconnectAttachments build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<NetworkConnectivitySpokeLinkedInterconnectAttachments>- Returns:
- a new instance of
NetworkConnectivitySpokeLinkedInterconnectAttachments - Throws:
NullPointerException- if any required attribute was not provided
-
-