Interface UpdateProvisioningArtifactResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateProvisioningArtifactResponse.Builder,
,UpdateProvisioningArtifactResponse> SdkBuilder<UpdateProvisioningArtifactResponse.Builder,
,UpdateProvisioningArtifactResponse> SdkPojo
,SdkResponse.Builder
,ServiceCatalogResponse.Builder
- Enclosing class:
UpdateProvisioningArtifactResponse
public static interface UpdateProvisioningArtifactResponse.Builder
extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<UpdateProvisioningArtifactResponse.Builder,UpdateProvisioningArtifactResponse>
-
Method Summary
Modifier 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.The status of the current request.The status of the current request.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
provisioningArtifactDetail
UpdateProvisioningArtifactResponse.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.
-
provisioningArtifactDetail
default UpdateProvisioningArtifactResponse.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 viaProvisioningArtifactDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprovisioningArtifactDetail(ProvisioningArtifactDetail)
.- Parameters:
provisioningArtifactDetail
- a consumer that will call methods onProvisioningArtifactDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
info
The 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.
-
status
The 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:
-
status
The 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:
-