Class GoogleCloudStorageLocationArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.datafactory.inputs.GoogleCloudStorageLocationArgs
-
public final class GoogleCloudStorageLocationArgs extends com.pulumi.resources.ResourceArgs
The location of Google Cloud Storage dataset.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GoogleCloudStorageLocationArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GoogleCloudStorageLocationArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.Object>>
bucketName()
static GoogleCloudStorageLocationArgs.Builder
builder()
static GoogleCloudStorageLocationArgs.Builder
builder(GoogleCloudStorageLocationArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.Object>>
fileName()
java.util.Optional<com.pulumi.core.Output<java.lang.Object>>
folderPath()
com.pulumi.core.Output<java.lang.String>
type()
java.util.Optional<com.pulumi.core.Output<java.lang.Object>>
version()
-
-
-
Field Detail
-
Empty
public static final GoogleCloudStorageLocationArgs Empty
-
-
Method Detail
-
bucketName
public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> bucketName()
- Returns:
- Specify the bucketName of Google Cloud Storage. Type: string (or Expression with resultType string)
-
fileName
public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> fileName()
- Returns:
- Specify the file name of dataset. Type: string (or Expression with resultType string).
-
folderPath
public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> folderPath()
- Returns:
- Specify the folder path of dataset. Type: string (or Expression with resultType string)
-
type
public com.pulumi.core.Output<java.lang.String> type()
- Returns:
- Type of dataset storage location. Expected value is 'GoogleCloudStorageLocation'.
-
version
public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> version()
- Returns:
- Specify the version of Google Cloud Storage. Type: string (or Expression with resultType string).
-
builder
public static GoogleCloudStorageLocationArgs.Builder builder()
-
builder
public static GoogleCloudStorageLocationArgs.Builder builder(GoogleCloudStorageLocationArgs defaults)
-
-