Interface GetGeneratedTemplateResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFormationResponse.Builder,CopyableBuilder<GetGeneratedTemplateResponse.Builder,GetGeneratedTemplateResponse>,SdkBuilder<GetGeneratedTemplateResponse.Builder,GetGeneratedTemplateResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetGeneratedTemplateResponse
@Mutable @NotThreadSafe public static interface GetGeneratedTemplateResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<GetGeneratedTemplateResponse.Builder,GetGeneratedTemplateResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetGeneratedTemplateResponse.Builderstatus(String status)The status of the template generation.GetGeneratedTemplateResponse.Builderstatus(GeneratedTemplateStatus status)The status of the template generation.GetGeneratedTemplateResponse.BuildertemplateBody(String templateBody)The template body of the generated template, in the language specified by theLanguageparameter.-
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
-
status
GetGeneratedTemplateResponse.Builder status(String status)
The status of the template generation. Supported values are:
-
CreatePending- the creation of the template is pending. -
CreateInProgress- the creation of the template is in progress. -
DeletePending- the deletion of the template is pending. -
DeleteInProgress- the deletion of the template is in progress. -
UpdatePending- the update of the template is pending. -
UpdateInProgress- the update of the template is in progress. -
Failed- the template operation failed. -
Complete- the template operation is complete.
- Parameters:
status- The status of the template generation. Supported values are:-
CreatePending- the creation of the template is pending. -
CreateInProgress- the creation of the template is in progress. -
DeletePending- the deletion of the template is pending. -
DeleteInProgress- the deletion of the template is in progress. -
UpdatePending- the update of the template is pending. -
UpdateInProgress- the update of the template is in progress. -
Failed- the template operation failed. -
Complete- the template operation is complete.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GeneratedTemplateStatus,GeneratedTemplateStatus
-
-
status
GetGeneratedTemplateResponse.Builder status(GeneratedTemplateStatus status)
The status of the template generation. Supported values are:
-
CreatePending- the creation of the template is pending. -
CreateInProgress- the creation of the template is in progress. -
DeletePending- the deletion of the template is pending. -
DeleteInProgress- the deletion of the template is in progress. -
UpdatePending- the update of the template is pending. -
UpdateInProgress- the update of the template is in progress. -
Failed- the template operation failed. -
Complete- the template operation is complete.
- Parameters:
status- The status of the template generation. Supported values are:-
CreatePending- the creation of the template is pending. -
CreateInProgress- the creation of the template is in progress. -
DeletePending- the deletion of the template is pending. -
DeleteInProgress- the deletion of the template is in progress. -
UpdatePending- the update of the template is pending. -
UpdateInProgress- the update of the template is in progress. -
Failed- the template operation failed. -
Complete- the template operation is complete.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GeneratedTemplateStatus,GeneratedTemplateStatus
-
-
templateBody
GetGeneratedTemplateResponse.Builder templateBody(String templateBody)
The template body of the generated template, in the language specified by the
Languageparameter.- Parameters:
templateBody- The template body of the generated template, in the language specified by theLanguageparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-