Interface ListWorkloadDeploymentPatternsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListWorkloadDeploymentPatternsResponse.Builder,
,ListWorkloadDeploymentPatternsResponse> LaunchWizardResponse.Builder
,SdkBuilder<ListWorkloadDeploymentPatternsResponse.Builder,
,ListWorkloadDeploymentPatternsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListWorkloadDeploymentPatternsResponse
@Mutable
@NotThreadSafe
public static interface ListWorkloadDeploymentPatternsResponse.Builder
extends LaunchWizardResponse.Builder, SdkPojo, CopyableBuilder<ListWorkloadDeploymentPatternsResponse.Builder,ListWorkloadDeploymentPatternsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to include in another request to get the next page of items.workloadDeploymentPatterns
(Collection<WorkloadDeploymentPatternDataSummary> workloadDeploymentPatterns) Describes the workload deployment patterns.workloadDeploymentPatterns
(Consumer<WorkloadDeploymentPatternDataSummary.Builder>... workloadDeploymentPatterns) Describes the workload deployment patterns.workloadDeploymentPatterns
(WorkloadDeploymentPatternDataSummary... workloadDeploymentPatterns) Describes the workload deployment patterns.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.launchwizard.model.LaunchWizardResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
The token to include in another request to get the next page of items. This value is
null
when there are no more items to return.- Parameters:
nextToken
- The token to include in another request to get the next page of items. This value isnull
when there are no more items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workloadDeploymentPatterns
ListWorkloadDeploymentPatternsResponse.Builder workloadDeploymentPatterns(Collection<WorkloadDeploymentPatternDataSummary> workloadDeploymentPatterns) Describes the workload deployment patterns.
- Parameters:
workloadDeploymentPatterns
- Describes the workload deployment patterns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workloadDeploymentPatterns
ListWorkloadDeploymentPatternsResponse.Builder workloadDeploymentPatterns(WorkloadDeploymentPatternDataSummary... workloadDeploymentPatterns) Describes the workload deployment patterns.
- Parameters:
workloadDeploymentPatterns
- Describes the workload deployment patterns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workloadDeploymentPatterns
ListWorkloadDeploymentPatternsResponse.Builder workloadDeploymentPatterns(Consumer<WorkloadDeploymentPatternDataSummary.Builder>... workloadDeploymentPatterns) Describes the workload deployment patterns.
This is a convenience method that creates an instance of theWorkloadDeploymentPatternDataSummary.Builder
avoiding the need to create one manually viaWorkloadDeploymentPatternDataSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toworkloadDeploymentPatterns(List<WorkloadDeploymentPatternDataSummary>)
.- Parameters:
workloadDeploymentPatterns
- a consumer that will call methods onWorkloadDeploymentPatternDataSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-