public static interface GenerateTemplateResponse.Builder extends SmsResponse.Builder, SdkPojo, CopyableBuilder<GenerateTemplateResponse.Builder,GenerateTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
default GenerateTemplateResponse.Builder |
s3Location(Consumer<S3Location.Builder> s3Location)
The location of the Amazon S3 object.
|
GenerateTemplateResponse.Builder |
s3Location(S3Location s3Location)
The location of the Amazon S3 object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGenerateTemplateResponse.Builder s3Location(S3Location s3Location)
The location of the Amazon S3 object.
s3Location - The location of the Amazon S3 object.default GenerateTemplateResponse.Builder s3Location(Consumer<S3Location.Builder> s3Location)
The location of the Amazon S3 object.
This is a convenience method that creates an instance of theS3Location.Builder avoiding the need to
create one manually via S3Location.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to s3Location(S3Location).
s3Location - a consumer that will call methods on S3Location.Builders3Location(S3Location)Copyright © 2023. All rights reserved.