Interface ListStageDevicesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListStageDevicesRequest.Builder,ListStageDevicesRequest>,SageMakerRequest.Builder,SdkBuilder<ListStageDevicesRequest.Builder,ListStageDevicesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListStageDevicesRequest
public static interface ListStageDevicesRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListStageDevicesRequest.Builder,ListStageDevicesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListStageDevicesRequest.BuilderedgeDeploymentPlanName(String edgeDeploymentPlanName)The name of the edge deployment plan.ListStageDevicesRequest.BuilderexcludeDevicesDeployedInOtherStage(Boolean excludeDevicesDeployedInOtherStage)Toggle for excluding devices deployed in other stages.ListStageDevicesRequest.BuildermaxResults(Integer maxResults)The maximum number of requests to select.ListStageDevicesRequest.BuildernextToken(String nextToken)The response from the last list when returning a list large enough to neeed tokening.ListStageDevicesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStageDevicesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStageDevicesRequest.BuilderstageName(String stageName)The name of the stage in the deployment.-
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.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListStageDevicesRequest.Builder nextToken(String nextToken)
The response from the last list when returning a list large enough to neeed tokening.
- Parameters:
nextToken- The response from the last list when returning a list large enough to neeed tokening.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListStageDevicesRequest.Builder maxResults(Integer maxResults)
The maximum number of requests to select.
- Parameters:
maxResults- The maximum number of requests to select.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edgeDeploymentPlanName
ListStageDevicesRequest.Builder edgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
- Parameters:
edgeDeploymentPlanName- The name of the edge deployment plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
excludeDevicesDeployedInOtherStage
ListStageDevicesRequest.Builder excludeDevicesDeployedInOtherStage(Boolean excludeDevicesDeployedInOtherStage)
Toggle for excluding devices deployed in other stages.
- Parameters:
excludeDevicesDeployedInOtherStage- Toggle for excluding devices deployed in other stages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stageName
ListStageDevicesRequest.Builder stageName(String stageName)
The name of the stage in the deployment.
- Parameters:
stageName- The name of the stage in the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListStageDevicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListStageDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-