Class StorageTransferJobTransferSpecObjectConditions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.storage_transfer_job.StorageTransferJobTransferSpecObjectConditions.Jsii$Proxy
-
- All Implemented Interfaces:
StorageTransferJobTransferSpecObjectConditions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- StorageTransferJobTransferSpecObjectConditions
@Stability(Stable) @Internal public static final class StorageTransferJobTransferSpecObjectConditions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StorageTransferJobTransferSpecObjectConditions
An implementation forStorageTransferJobTransferSpecObjectConditions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.storage_transfer_job.StorageTransferJobTransferSpecObjectConditions
StorageTransferJobTransferSpecObjectConditions.Builder, StorageTransferJobTransferSpecObjectConditions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(StorageTransferJobTransferSpecObjectConditions.Builder builder)Constructor that initializes the object based on literal property values passed by theStorageTransferJobTransferSpecObjectConditions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getExcludePrefixes()exclude_prefixes must follow the requirements described for include_prefixes.List<String>getIncludePrefixes()If include_refixes is specified, objects that satisfy the object conditions must have names that start with one of the include_prefixes and that do not start with any of the exclude_prefixes.StringgetLastModifiedBefore()If specified, only objects with a "last modification time" before this timestamp and objects that don't have a "last modification time" are transferred.StringgetLastModifiedSince()If specified, only objects with a "last modification time" on or after this timestamp and objects that don't have a "last modification time" are transferred.StringgetMaxTimeElapsedSinceLastModification()A duration in seconds with up to nine fractional digits, terminated by 's'.StringgetMinTimeElapsedSinceLastModification()A duration in seconds with up to nine fractional digits, terminated by 's'.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(StorageTransferJobTransferSpecObjectConditions.Builder builder)
Constructor that initializes the object based on literal property values passed by theStorageTransferJobTransferSpecObjectConditions.Builder.
-
-
Method Detail
-
getExcludePrefixes
public final List<String> getExcludePrefixes()
Description copied from interface:StorageTransferJobTransferSpecObjectConditionsexclude_prefixes must follow the requirements described for include_prefixes.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#exclude_prefixes StorageTransferJob#exclude_prefixes}
- Specified by:
getExcludePrefixesin interfaceStorageTransferJobTransferSpecObjectConditions
-
getIncludePrefixes
public final List<String> getIncludePrefixes()
Description copied from interface:StorageTransferJobTransferSpecObjectConditionsIf include_refixes is specified, objects that satisfy the object conditions must have names that start with one of the include_prefixes and that do not start with any of the exclude_prefixes.If include_prefixes is not specified, all objects except those that have names starting with one of the exclude_prefixes must satisfy the object conditions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#include_prefixes StorageTransferJob#include_prefixes}
- Specified by:
getIncludePrefixesin interfaceStorageTransferJobTransferSpecObjectConditions
-
getLastModifiedBefore
public final String getLastModifiedBefore()
Description copied from interface:StorageTransferJobTransferSpecObjectConditionsIf specified, only objects with a "last modification time" before this timestamp and objects that don't have a "last modification time" are transferred.A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#last_modified_before StorageTransferJob#last_modified_before}
- Specified by:
getLastModifiedBeforein interfaceStorageTransferJobTransferSpecObjectConditions
-
getLastModifiedSince
public final String getLastModifiedSince()
Description copied from interface:StorageTransferJobTransferSpecObjectConditionsIf specified, only objects with a "last modification time" on or after this timestamp and objects that don't have a "last modification time" are transferred.A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#last_modified_since StorageTransferJob#last_modified_since}
- Specified by:
getLastModifiedSincein interfaceStorageTransferJobTransferSpecObjectConditions
-
getMaxTimeElapsedSinceLastModification
public final String getMaxTimeElapsedSinceLastModification()
Description copied from interface:StorageTransferJobTransferSpecObjectConditionsA duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#max_time_elapsed_since_last_modification StorageTransferJob#max_time_elapsed_since_last_modification}
- Specified by:
getMaxTimeElapsedSinceLastModificationin interfaceStorageTransferJobTransferSpecObjectConditions
-
getMinTimeElapsedSinceLastModification
public final String getMinTimeElapsedSinceLastModification()
Description copied from interface:StorageTransferJobTransferSpecObjectConditionsA duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#min_time_elapsed_since_last_modification StorageTransferJob#min_time_elapsed_since_last_modification}
- Specified by:
getMinTimeElapsedSinceLastModificationin interfaceStorageTransferJobTransferSpecObjectConditions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-