Class DataGoogleStorageObjectSignedUrl.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_google_storage_object_signed_url.DataGoogleStorageObjectSignedUrl.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataGoogleStorageObjectSignedUrl>
- Enclosing class:
- DataGoogleStorageObjectSignedUrl
@Stability(Stable) public static final class DataGoogleStorageObjectSignedUrl.Builder extends Object implements software.amazon.jsii.Builder<DataGoogleStorageObjectSignedUrl>
A fluent builder forDataGoogleStorageObjectSignedUrl.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DataGoogleStorageObjectSignedUrl.Builderbucket(String bucket)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#bucket DataGoogleStorageObjectSignedUrl#bucket}.DataGoogleStorageObjectSignedUrlbuild()DataGoogleStorageObjectSignedUrl.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)DataGoogleStorageObjectSignedUrl.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)DataGoogleStorageObjectSignedUrl.BuildercontentMd5(String contentMd5)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#content_md5 DataGoogleStorageObjectSignedUrl#content_md5}.DataGoogleStorageObjectSignedUrl.BuildercontentType(String contentType)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#content_type DataGoogleStorageObjectSignedUrl#content_type}.DataGoogleStorageObjectSignedUrl.Buildercount(com.hashicorp.cdktf.TerraformCount count)DataGoogleStorageObjectSignedUrl.Buildercount(Number count)static DataGoogleStorageObjectSignedUrl.Buildercreate(software.constructs.Construct scope, String id)DataGoogleStorageObjectSignedUrl.Buildercredentials(String credentials)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#credentials DataGoogleStorageObjectSignedUrl#credentials}.DataGoogleStorageObjectSignedUrl.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)DataGoogleStorageObjectSignedUrl.Builderduration(String duration)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#duration DataGoogleStorageObjectSignedUrl#duration}.DataGoogleStorageObjectSignedUrl.BuilderextensionHeaders(Map<String,String> extensionHeaders)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#extension_headers DataGoogleStorageObjectSignedUrl#extension_headers}.DataGoogleStorageObjectSignedUrl.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)DataGoogleStorageObjectSignedUrl.BuilderhttpMethod(String httpMethod)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#http_method DataGoogleStorageObjectSignedUrl#http_method}.DataGoogleStorageObjectSignedUrl.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#id DataGoogleStorageObjectSignedUrl#id}.DataGoogleStorageObjectSignedUrl.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)DataGoogleStorageObjectSignedUrl.Builderpath(String path)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#path DataGoogleStorageObjectSignedUrl#path}.DataGoogleStorageObjectSignedUrl.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)DataGoogleStorageObjectSignedUrl.Builderprovisioners(List<? extends Object> provisioners)
-
-
-
Method Detail
-
create
@Stability(Stable) public static DataGoogleStorageObjectSignedUrl.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.- Returns:
- a new instance of
DataGoogleStorageObjectSignedUrl.Builder.
-
connection
@Stability(Experimental) public DataGoogleStorageObjectSignedUrl.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public DataGoogleStorageObjectSignedUrl.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public DataGoogleStorageObjectSignedUrl.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public DataGoogleStorageObjectSignedUrl.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public DataGoogleStorageObjectSignedUrl.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public DataGoogleStorageObjectSignedUrl.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public DataGoogleStorageObjectSignedUrl.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public DataGoogleStorageObjectSignedUrl.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public DataGoogleStorageObjectSignedUrl.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
bucket
@Stability(Stable) public DataGoogleStorageObjectSignedUrl.Builder bucket(String bucket)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#bucket DataGoogleStorageObjectSignedUrl#bucket}.- Parameters:
bucket- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#bucket DataGoogleStorageObjectSignedUrl#bucket}. This parameter is required.- Returns:
this
-
path
@Stability(Stable) public DataGoogleStorageObjectSignedUrl.Builder path(String path)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#path DataGoogleStorageObjectSignedUrl#path}.- Parameters:
path- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#path DataGoogleStorageObjectSignedUrl#path}. This parameter is required.- Returns:
this
-
contentMd5
@Stability(Stable) public DataGoogleStorageObjectSignedUrl.Builder contentMd5(String contentMd5)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#content_md5 DataGoogleStorageObjectSignedUrl#content_md5}.- Parameters:
contentMd5- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#content_md5 DataGoogleStorageObjectSignedUrl#content_md5}. This parameter is required.- Returns:
this
-
contentType
@Stability(Stable) public DataGoogleStorageObjectSignedUrl.Builder contentType(String contentType)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#content_type DataGoogleStorageObjectSignedUrl#content_type}.- Parameters:
contentType- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#content_type DataGoogleStorageObjectSignedUrl#content_type}. This parameter is required.- Returns:
this
-
credentials
@Stability(Stable) public DataGoogleStorageObjectSignedUrl.Builder credentials(String credentials)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#credentials DataGoogleStorageObjectSignedUrl#credentials}.- Parameters:
credentials- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#credentials DataGoogleStorageObjectSignedUrl#credentials}. This parameter is required.- Returns:
this
-
duration
@Stability(Stable) public DataGoogleStorageObjectSignedUrl.Builder duration(String duration)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#duration DataGoogleStorageObjectSignedUrl#duration}.- Parameters:
duration- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#duration DataGoogleStorageObjectSignedUrl#duration}. This parameter is required.- Returns:
this
-
extensionHeaders
@Stability(Stable) public DataGoogleStorageObjectSignedUrl.Builder extensionHeaders(Map<String,String> extensionHeaders)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#extension_headers DataGoogleStorageObjectSignedUrl#extension_headers}.- Parameters:
extensionHeaders- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#extension_headers DataGoogleStorageObjectSignedUrl#extension_headers}. This parameter is required.- Returns:
this
-
httpMethod
@Stability(Stable) public DataGoogleStorageObjectSignedUrl.Builder httpMethod(String httpMethod)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#http_method DataGoogleStorageObjectSignedUrl#http_method}.- Parameters:
httpMethod- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#http_method DataGoogleStorageObjectSignedUrl#http_method}. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public DataGoogleStorageObjectSignedUrl.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#id DataGoogleStorageObjectSignedUrl#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url#id DataGoogleStorageObjectSignedUrl#id}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public DataGoogleStorageObjectSignedUrl build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataGoogleStorageObjectSignedUrl>- Returns:
- a newly built instance of
DataGoogleStorageObjectSignedUrl.
-
-