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
Modifier and TypeMethodDescriptionThe ID of the application associated with the CloudFormation template.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.templateFormat(String templateFormat) The format for generating the CloudFormation template.templateFormat(OutputFormat templateFormat) The format for generating the CloudFormation template.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.sms.model.SmsRequest.Builder
build
-
Method Details
-
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
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:
-
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:
-
overrideConfiguration
GenerateTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GenerateTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-