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.
|
buildoverrideConfigurationcopyapplyMutation, buildGenerateTemplateRequest.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,
OutputFormatGenerateTemplateRequest.Builder templateFormat(OutputFormat templateFormat)
Format for generating the Amazon CloudFormation template.
templateFormat - Format for generating the Amazon CloudFormation template.OutputFormat,
OutputFormatGenerateTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GenerateTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.