public static interface GetCloudFormationTemplateResponse.Builder extends ServerlessApplicationRepositoryResponse.Builder, SdkPojo, CopyableBuilder<GetCloudFormationTemplateResponse.Builder,GetCloudFormationTemplateResponse>
Modifier and Type | Method and Description |
---|---|
GetCloudFormationTemplateResponse.Builder |
applicationId(String applicationId)
The application Amazon Resource Name (ARN).
|
GetCloudFormationTemplateResponse.Builder |
creationTime(String creationTime)
The date and time this resource was created.
|
GetCloudFormationTemplateResponse.Builder |
expirationTime(String expirationTime)
The date and time this template expires.
|
GetCloudFormationTemplateResponse.Builder |
semanticVersion(String semanticVersion)
The semantic version of the application:
|
GetCloudFormationTemplateResponse.Builder |
status(Status status)
Status of the template creation workflow.
|
GetCloudFormationTemplateResponse.Builder |
status(String status)
Status of the template creation workflow.
|
GetCloudFormationTemplateResponse.Builder |
templateId(String templateId)
The UUID returned by CreateCloudFormationTemplate.
|
GetCloudFormationTemplateResponse.Builder |
templateUrl(String templateUrl)
A link to the template that can be used to deploy the application using AWS CloudFormation.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetCloudFormationTemplateResponse.Builder applicationId(String applicationId)
The application Amazon Resource Name (ARN).
applicationId
- The application Amazon Resource Name (ARN).GetCloudFormationTemplateResponse.Builder creationTime(String creationTime)
The date and time this resource was created.
creationTime
- The date and time this resource was created.GetCloudFormationTemplateResponse.Builder expirationTime(String expirationTime)
The date and time this template expires. Templates expire 1 hour after creation.
expirationTime
- The date and time this template expires. Templates expire 1 hour after creation.GetCloudFormationTemplateResponse.Builder semanticVersion(String semanticVersion)
The semantic version of the application:
semanticVersion
- The semantic version of the application:
GetCloudFormationTemplateResponse.Builder status(String status)
Status of the template creation workflow.
Possible values: PREPARING | ACTIVE | EXPIRED
GetCloudFormationTemplateResponse.Builder status(Status status)
Status of the template creation workflow.
Possible values: PREPARING | ACTIVE | EXPIRED
GetCloudFormationTemplateResponse.Builder templateId(String templateId)
The UUID returned by CreateCloudFormationTemplate.
Pattern: [0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}
templateId
- The UUID returned by CreateCloudFormationTemplate.
Pattern: [0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}
GetCloudFormationTemplateResponse.Builder templateUrl(String templateUrl)
A link to the template that can be used to deploy the application using AWS CloudFormation.
templateUrl
- A link to the template that can be used to deploy the application using AWS CloudFormation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.