public static interface CreateCloudFormationTemplateResponse.Builder extends ServerlessApplicationRepositoryResponse.Builder, SdkPojo, CopyableBuilder<CreateCloudFormationTemplateResponse.Builder,CreateCloudFormationTemplateResponse>
Modifier and Type | Method and Description |
---|---|
CreateCloudFormationTemplateResponse.Builder |
applicationId(String applicationId)
The application Amazon Resource Name (ARN).
|
CreateCloudFormationTemplateResponse.Builder |
creationTime(String creationTime)
The date and time this resource was created.
|
CreateCloudFormationTemplateResponse.Builder |
expirationTime(String expirationTime)
The date and time this template expires.
|
CreateCloudFormationTemplateResponse.Builder |
semanticVersion(String semanticVersion)
The semantic version of the application:
|
CreateCloudFormationTemplateResponse.Builder |
status(Status status)
Status of the template creation workflow.
|
CreateCloudFormationTemplateResponse.Builder |
status(String status)
Status of the template creation workflow.
|
CreateCloudFormationTemplateResponse.Builder |
templateId(String templateId)
The UUID returned by CreateCloudFormationTemplate.
|
CreateCloudFormationTemplateResponse.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
CreateCloudFormationTemplateResponse.Builder applicationId(String applicationId)
The application Amazon Resource Name (ARN).
applicationId
- The application Amazon Resource Name (ARN).CreateCloudFormationTemplateResponse.Builder creationTime(String creationTime)
The date and time this resource was created.
creationTime
- The date and time this resource was created.CreateCloudFormationTemplateResponse.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.CreateCloudFormationTemplateResponse.Builder semanticVersion(String semanticVersion)
The semantic version of the application:
semanticVersion
- The semantic version of the application:
CreateCloudFormationTemplateResponse.Builder status(String status)
Status of the template creation workflow.
Possible values: PREPARING | ACTIVE | EXPIRED
CreateCloudFormationTemplateResponse.Builder status(Status status)
Status of the template creation workflow.
Possible values: PREPARING | ACTIVE | EXPIRED
CreateCloudFormationTemplateResponse.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}
CreateCloudFormationTemplateResponse.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.