public static interface CreateProvisioningArtifactResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<CreateProvisioningArtifactResponse.Builder,CreateProvisioningArtifactResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateProvisioningArtifactResponse.Builder |
info(Map<String,String> info)
Specify the template source with one of the following options, but not both.
|
default CreateProvisioningArtifactResponse.Builder |
provisioningArtifactDetail(Consumer<ProvisioningArtifactDetail.Builder> provisioningArtifactDetail)
Information about the provisioning artifact.
|
CreateProvisioningArtifactResponse.Builder |
provisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail)
Information about the provisioning artifact.
|
CreateProvisioningArtifactResponse.Builder |
status(Status status)
The status of the current request.
|
CreateProvisioningArtifactResponse.Builder |
status(String status)
The status of the current request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateProvisioningArtifactResponse.Builder provisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail)
Information about the provisioning artifact.
provisioningArtifactDetail - Information about the provisioning artifact.default CreateProvisioningArtifactResponse.Builder provisioningArtifactDetail(Consumer<ProvisioningArtifactDetail.Builder> provisioningArtifactDetail)
Information about the provisioning artifact.
This is a convenience method that creates an instance of theProvisioningArtifactDetail.Builder
avoiding the need to create one manually via ProvisioningArtifactDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to provisioningArtifactDetail(ProvisioningArtifactDetail).
provisioningArtifactDetail - a consumer that will call methods on ProvisioningArtifactDetail.BuilderprovisioningArtifactDetail(ProvisioningArtifactDetail)CreateProvisioningArtifactResponse.Builder info(Map<String,String> info)
Specify the template source with one of the following options, but not both. Keys accepted: [
LoadTemplateFromURL, ImportFromPhysicalId ].
Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
LoadTemplateFromURL
Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
ImportFromPhysicalId
Use the physical id of the resource that contains the template; currently supports CloudFormation stack ARN.
info - Specify the template source with one of the following options, but not both. Keys accepted: [
LoadTemplateFromURL, ImportFromPhysicalId ].
Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
LoadTemplateFromURL
Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
ImportFromPhysicalId
Use the physical id of the resource that contains the template; currently supports CloudFormation stack ARN.
CreateProvisioningArtifactResponse.Builder status(String status)
The status of the current request.
CreateProvisioningArtifactResponse.Builder status(Status status)
The status of the current request.
Copyright © 2023. All rights reserved.