static CreateScriptRequest.Builder |
CreateScriptRequest.builder() |
|
CreateScriptRequest.Builder |
CreateScriptRequest.Builder.name(String name) |
A descriptive label that is associated with a script.
|
CreateScriptRequest.Builder |
CreateScriptRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateScriptRequest.Builder |
CreateScriptRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateScriptRequest.Builder |
CreateScriptRequest.Builder.storageLocation(Consumer<S3Location.Builder> storageLocation) |
The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.
|
CreateScriptRequest.Builder |
CreateScriptRequest.Builder.storageLocation(S3Location storageLocation) |
The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.
|
CreateScriptRequest.Builder |
CreateScriptRequest.Builder.tags(Collection<Tag> tags) |
A list of labels to assign to the new script resource.
|
CreateScriptRequest.Builder |
CreateScriptRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of labels to assign to the new script resource.
|
CreateScriptRequest.Builder |
CreateScriptRequest.Builder.tags(Tag... tags) |
A list of labels to assign to the new script resource.
|
CreateScriptRequest.Builder |
CreateScriptRequest.toBuilder() |
|
CreateScriptRequest.Builder |
CreateScriptRequest.Builder.version(String version) |
Version information associated with a build or script.
|
CreateScriptRequest.Builder |
CreateScriptRequest.Builder.zipFile(SdkBytes zipFile) |
A data object containing your Realtime scripts and dependencies as a zip file.
|