public static interface GenerateTemplateRequest.Builder extends SmsRequest.Builder, SdkPojo, CopyableBuilder<GenerateTemplateRequest.Builder,GenerateTemplateRequest>
Modifier and Type | Method and Description |
---|---|
GenerateTemplateRequest.Builder |
appId(String appId)
ID of the application associated with the Amazon CloudFormation template.
|
GenerateTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GenerateTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GenerateTemplateRequest.Builder |
templateFormat(OutputFormat templateFormat)
Format for generating the Amazon CloudFormation template.
|
GenerateTemplateRequest.Builder |
templateFormat(String templateFormat)
Format for generating the Amazon CloudFormation template.
|
build
overrideConfiguration
copy
applyMutation, build
GenerateTemplateRequest.Builder appId(String appId)
ID of the application associated with the Amazon CloudFormation template.
appId
- ID of the application associated with the Amazon CloudFormation template.GenerateTemplateRequest.Builder templateFormat(String templateFormat)
Format for generating the Amazon CloudFormation template.
templateFormat
- Format for generating the Amazon CloudFormation template.OutputFormat
,
OutputFormat
GenerateTemplateRequest.Builder templateFormat(OutputFormat templateFormat)
Format for generating the Amazon CloudFormation template.
templateFormat
- Format for generating the Amazon CloudFormation template.OutputFormat
,
OutputFormat
GenerateTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GenerateTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.