public static final class ServingUrlOptions.Builder
extends java.lang.Object
ServingUrlOptions
.Modifier and Type | Method and Description |
---|---|
static ServingUrlOptions |
withBlobKey(BlobKey blobKey)
Returns default
ServingUrlOptions and calls
ServingUrlOptions.blobKey(BlobKey) . |
static ServingUrlOptions |
withGoogleStorageFileName(java.lang.String googleStorageFileName)
Returns default
ServingUrlOptions and calls
ServingUrlOptions.googleStorageFileName(String) . |
public static ServingUrlOptions withBlobKey(BlobKey blobKey)
ServingUrlOptions
and calls
ServingUrlOptions.blobKey(BlobKey)
.public static ServingUrlOptions withGoogleStorageFileName(java.lang.String googleStorageFileName)
ServingUrlOptions
and calls
ServingUrlOptions.googleStorageFileName(String)
.