Class StorageTransferJobEventStream.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        @Stability(Stable)
        public StorageTransferJobEventStream.Builder name​(String name)
        Parameters:
        name - Specifies a unique name of the resource such as AWS SQS ARN in the form 'arn:aws:sqs:region:account_id:queue_name', or Pub/Sub subscription resource name in the form 'projects/{project}/subscriptions/{sub}'. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#name StorageTransferJob#name}
        Returns:
        this
      • eventStreamExpirationTime

        @Stability(Stable)
        public StorageTransferJobEventStream.Builder eventStreamExpirationTime​(String eventStreamExpirationTime)
        Parameters:
        eventStreamExpirationTime - Specifies the data and time at which Storage Transfer Service stops listening for events from this stream. After this time, any transfers in progress will complete, but no new transfers are initiated Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#event_stream_expiration_time StorageTransferJob#event_stream_expiration_time}
        Returns:
        this
      • eventStreamStartTime

        @Stability(Stable)
        public StorageTransferJobEventStream.Builder eventStreamStartTime​(String eventStreamStartTime)
        Parameters:
        eventStreamStartTime - Specifies the date and time that Storage Transfer Service starts listening for events from this stream. If no start time is specified or start time is in the past, Storage Transfer Service starts listening immediately Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#event_stream_start_time StorageTransferJob#event_stream_start_time}
        Returns:
        this