Interface ListWorkloadDeploymentPatternsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListWorkloadDeploymentPatternsRequest.Builder,ListWorkloadDeploymentPatternsRequest>,LaunchWizardRequest.Builder,SdkBuilder<ListWorkloadDeploymentPatternsRequest.Builder,ListWorkloadDeploymentPatternsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListWorkloadDeploymentPatternsRequest
public static interface ListWorkloadDeploymentPatternsRequest.Builder extends LaunchWizardRequest.Builder, SdkPojo, CopyableBuilder<ListWorkloadDeploymentPatternsRequest.Builder,ListWorkloadDeploymentPatternsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWorkloadDeploymentPatternsRequest.BuildermaxResults(Integer maxResults)The maximum number of items to return for this request.ListWorkloadDeploymentPatternsRequest.BuildernextToken(String nextToken)The token returned from a previous paginated request.ListWorkloadDeploymentPatternsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkloadDeploymentPatternsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListWorkloadDeploymentPatternsRequest.BuilderworkloadName(String workloadName)The name of the workload.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.launchwizard.model.LaunchWizardRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListWorkloadDeploymentPatternsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.
- Parameters:
maxResults- The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListWorkloadDeploymentPatternsRequest.Builder nextToken(String nextToken)
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
- Parameters:
nextToken- The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workloadName
ListWorkloadDeploymentPatternsRequest.Builder workloadName(String workloadName)
The name of the workload.
- Parameters:
workloadName- The name of the workload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListWorkloadDeploymentPatternsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListWorkloadDeploymentPatternsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-