Interface ListWorkloadDeploymentPatternsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListWorkloadDeploymentPatternsResponse.Builder,ListWorkloadDeploymentPatternsResponse>,LaunchWizardResponse.Builder,SdkBuilder<ListWorkloadDeploymentPatternsResponse.Builder,ListWorkloadDeploymentPatternsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListWorkloadDeploymentPatternsResponse
public static interface ListWorkloadDeploymentPatternsResponse.Builder extends LaunchWizardResponse.Builder, SdkPojo, CopyableBuilder<ListWorkloadDeploymentPatternsResponse.Builder,ListWorkloadDeploymentPatternsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWorkloadDeploymentPatternsResponse.BuildernextToken(String nextToken)The token to include in another request to get the next page of items.ListWorkloadDeploymentPatternsResponse.BuilderworkloadDeploymentPatterns(Collection<WorkloadDeploymentPatternDataSummary> workloadDeploymentPatterns)Describes the workload deployment patterns.ListWorkloadDeploymentPatternsResponse.BuilderworkloadDeploymentPatterns(Consumer<WorkloadDeploymentPatternDataSummary.Builder>... workloadDeploymentPatterns)Describes the workload deployment patterns.ListWorkloadDeploymentPatternsResponse.BuilderworkloadDeploymentPatterns(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 Detail
-
nextToken
ListWorkloadDeploymentPatternsResponse.Builder nextToken(String nextToken)
The token to include in another request to get the next page of items. This value is
nullwhen 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 isnullwhen 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.Builderavoiding the need to create one manually viaWorkloadDeploymentPatternDataSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#workloadDeploymentPatterns(List.) - 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:
#workloadDeploymentPatterns(java.util.Collection)
-
-