public static interface PendingDeploymentSummary.Builder extends SdkPojo, CopyableBuilder<PendingDeploymentSummary.Builder,PendingDeploymentSummary>
| Modifier and Type | Method and Description |
|---|---|
PendingDeploymentSummary.Builder |
endpointConfigName(String endpointConfigName)
The name of the endpoint configuration used in the deployment.
|
PendingDeploymentSummary.Builder |
productionVariants(Collection<PendingProductionVariantSummary> productionVariants)
List of
PendingProductionVariantSummary objects. |
PendingDeploymentSummary.Builder |
productionVariants(Consumer<PendingProductionVariantSummary.Builder>... productionVariants)
List of
PendingProductionVariantSummary objects. |
PendingDeploymentSummary.Builder |
productionVariants(PendingProductionVariantSummary... productionVariants)
List of
PendingProductionVariantSummary objects. |
PendingDeploymentSummary.Builder |
startTime(Instant startTime)
The start time of the deployment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPendingDeploymentSummary.Builder endpointConfigName(String endpointConfigName)
The name of the endpoint configuration used in the deployment.
endpointConfigName - The name of the endpoint configuration used in the deployment.PendingDeploymentSummary.Builder productionVariants(Collection<PendingProductionVariantSummary> productionVariants)
List of PendingProductionVariantSummary objects.
productionVariants - List of PendingProductionVariantSummary objects.PendingDeploymentSummary.Builder productionVariants(PendingProductionVariantSummary... productionVariants)
List of PendingProductionVariantSummary objects.
productionVariants - List of PendingProductionVariantSummary objects.PendingDeploymentSummary.Builder productionVariants(Consumer<PendingProductionVariantSummary.Builder>... productionVariants)
List of PendingProductionVariantSummary objects.
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #productionVariants(List) .productionVariants - a consumer that will call methods on List.Builder #productionVariants(List) PendingDeploymentSummary.Builder startTime(Instant startTime)
The start time of the deployment.
startTime - The start time of the deployment.Copyright © 2021. All rights reserved.