Interface DescribeProvisioningArtifactResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeProvisioningArtifactResponse.Builder,,- DescribeProvisioningArtifactResponse> - SdkBuilder<DescribeProvisioningArtifactResponse.Builder,,- DescribeProvisioningArtifactResponse> - SdkPojo,- SdkResponse.Builder,- ServiceCatalogResponse.Builder
- Enclosing class:
- DescribeProvisioningArtifactResponse
- 
Method SummaryModifier and TypeMethodDescriptionThe URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.provisioningArtifactDetail(Consumer<ProvisioningArtifactDetail.Builder> provisioningArtifactDetail) Information about the provisioning artifact.provisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail) Information about the provisioning artifact.provisioningArtifactParameters(Collection<ProvisioningArtifactParameter> provisioningArtifactParameters) Information about the parameters used to provision the product.provisioningArtifactParameters(Consumer<ProvisioningArtifactParameter.Builder>... provisioningArtifactParameters) Information about the parameters used to provision the product.provisioningArtifactParameters(ProvisioningArtifactParameter... provisioningArtifactParameters) Information about the parameters used to provision the product.The status of the current request.The status of the current request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
provisioningArtifactDetailDescribeProvisioningArtifactResponse.Builder provisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail) Information about the provisioning artifact. - Parameters:
- provisioningArtifactDetail- Information about the provisioning artifact.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
provisioningArtifactDetaildefault DescribeProvisioningArtifactResponse.Builder provisioningArtifactDetail(Consumer<ProvisioningArtifactDetail.Builder> provisioningArtifactDetail) Information about the provisioning artifact. This is a convenience method that creates an instance of theProvisioningArtifactDetail.Builderavoiding the need to create one manually viaProvisioningArtifactDetail.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprovisioningArtifactDetail(ProvisioningArtifactDetail).- Parameters:
- provisioningArtifactDetail- a consumer that will call methods on- ProvisioningArtifactDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
infoThe URL of the CloudFormation template in Amazon S3 or GitHub in JSON format. - Parameters:
- info- The URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the current request. - Parameters:
- status- The status of the current request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the current request. - Parameters:
- status- The status of the current request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
provisioningArtifactParametersDescribeProvisioningArtifactResponse.Builder provisioningArtifactParameters(Collection<ProvisioningArtifactParameter> provisioningArtifactParameters) Information about the parameters used to provision the product. - Parameters:
- provisioningArtifactParameters- Information about the parameters used to provision the product.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
provisioningArtifactParametersDescribeProvisioningArtifactResponse.Builder provisioningArtifactParameters(ProvisioningArtifactParameter... provisioningArtifactParameters) Information about the parameters used to provision the product. - Parameters:
- provisioningArtifactParameters- Information about the parameters used to provision the product.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
provisioningArtifactParametersDescribeProvisioningArtifactResponse.Builder provisioningArtifactParameters(Consumer<ProvisioningArtifactParameter.Builder>... provisioningArtifactParameters) Information about the parameters used to provision the product. This is a convenience method that creates an instance of theProvisioningArtifactParameter.Builderavoiding the need to create one manually viaProvisioningArtifactParameter.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprovisioningArtifactParameters(List<ProvisioningArtifactParameter>).- Parameters:
- provisioningArtifactParameters- a consumer that will call methods on- ProvisioningArtifactParameter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-