Class DataGoogleComputeBackendServiceSecuritySettingsAwsV4Authentication.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_google_compute_backend_service.DataGoogleComputeBackendServiceSecuritySettingsAwsV4Authentication.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataGoogleComputeBackendServiceSecuritySettingsAwsV4Authentication>
- Enclosing interface:
- DataGoogleComputeBackendServiceSecuritySettingsAwsV4Authentication
@Stability(Stable) public static final class DataGoogleComputeBackendServiceSecuritySettingsAwsV4Authentication.Builder extends Object implements software.amazon.jsii.Builder<DataGoogleComputeBackendServiceSecuritySettingsAwsV4Authentication>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataGoogleComputeBackendServiceSecuritySettingsAwsV4Authenticationbuild()Builds the configured instance.
-
-
-
Method Detail
-
build
@Stability(Stable) public DataGoogleComputeBackendServiceSecuritySettingsAwsV4Authentication build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataGoogleComputeBackendServiceSecuritySettingsAwsV4Authentication>- Returns:
- a new instance of
DataGoogleComputeBackendServiceSecuritySettingsAwsV4Authentication - Throws:
NullPointerException- if any required attribute was not provided
-
-