public static interface ListProvisioningArtifactsResponse.Builder extends ServiceCatalogResponse.Builder, CopyableBuilder<ListProvisioningArtifactsResponse.Builder,ListProvisioningArtifactsResponse>
Modifier and Type | Method and Description |
---|---|
ListProvisioningArtifactsResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
ListProvisioningArtifactsResponse.Builder |
provisioningArtifactDetails(Collection<ProvisioningArtifactDetail> provisioningArtifactDetails)
List of detailed provisioning artifact information objects.
|
ListProvisioningArtifactsResponse.Builder |
provisioningArtifactDetails(ProvisioningArtifactDetail... provisioningArtifactDetails)
List of detailed provisioning artifact information objects.
|
build
copy
apply, build
ListProvisioningArtifactsResponse.Builder provisioningArtifactDetails(Collection<ProvisioningArtifactDetail> provisioningArtifactDetails)
List of detailed provisioning artifact information objects.
provisioningArtifactDetails
- List of detailed provisioning artifact information objects.ListProvisioningArtifactsResponse.Builder provisioningArtifactDetails(ProvisioningArtifactDetail... provisioningArtifactDetails)
List of detailed provisioning artifact information objects.
provisioningArtifactDetails
- List of detailed provisioning artifact information objects.ListProvisioningArtifactsResponse.Builder nextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextPageToken
- The page token to use to retrieve the next page of results for this operation. If there are no more
pages, this value is null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.