Interface GenerateTemplateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GenerateTemplateRequest.Builder,GenerateTemplateRequest>,SdkBuilder<GenerateTemplateRequest.Builder,GenerateTemplateRequest>,SdkPojo,SdkRequest.Builder,SmsRequest.Builder
- Enclosing class:
- GenerateTemplateRequest
public static interface GenerateTemplateRequest.Builder extends SmsRequest.Builder, SdkPojo, CopyableBuilder<GenerateTemplateRequest.Builder,GenerateTemplateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenerateTemplateRequest.BuilderappId(String appId)The ID of the application associated with the CloudFormation template.GenerateTemplateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GenerateTemplateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GenerateTemplateRequest.BuildertemplateFormat(String templateFormat)The format for generating the CloudFormation template.GenerateTemplateRequest.BuildertemplateFormat(OutputFormat templateFormat)The format for generating the CloudFormation template.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sms.model.SmsRequest.Builder
build
-
-
-
-
Method Detail
-
appId
GenerateTemplateRequest.Builder appId(String appId)
The ID of the application associated with the CloudFormation template.
- Parameters:
appId- The ID of the application associated with the CloudFormation template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateFormat
GenerateTemplateRequest.Builder templateFormat(String templateFormat)
The format for generating the CloudFormation template.
- Parameters:
templateFormat- The format for generating the CloudFormation template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OutputFormat,OutputFormat
-
templateFormat
GenerateTemplateRequest.Builder templateFormat(OutputFormat templateFormat)
The format for generating the CloudFormation template.
- Parameters:
templateFormat- The format for generating the CloudFormation template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OutputFormat,OutputFormat
-
overrideConfiguration
GenerateTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GenerateTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-