Interface EstimateTemplateCostResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudFormationResponse.Builder
,CopyableBuilder<EstimateTemplateCostResponse.Builder,EstimateTemplateCostResponse>
,SdkBuilder<EstimateTemplateCostResponse.Builder,EstimateTemplateCostResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- EstimateTemplateCostResponse
public static interface EstimateTemplateCostResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<EstimateTemplateCostResponse.Builder,EstimateTemplateCostResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EstimateTemplateCostResponse.Builder
url(String url)
An Amazon Web Services Simple Monthly Calculator URL with a query string that describes the resources required to run the template.-
Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse.Builder
build, responseMetadata, responseMetadata
-
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
url
EstimateTemplateCostResponse.Builder url(String url)
An Amazon Web Services Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
- Parameters:
url
- An Amazon Web Services Simple Monthly Calculator URL with a query string that describes the resources required to run the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-