Interface GenerateTemplateRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GenerateTemplateRequest.Builder,
,GenerateTemplateRequest> SdkBuilder<GenerateTemplateRequest.Builder,
,GenerateTemplateRequest> SdkPojo
,SdkRequest.Builder
,SmsRequest.Builder
- Enclosing class:
GenerateTemplateRequest
@Mutable
@NotThreadSafe
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
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 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-