Interface GetDeploymentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetDeploymentsRequest.Builder,GetDeploymentsRequest>,SagemakerEdgeRequest.Builder,SdkBuilder<GetDeploymentsRequest.Builder,GetDeploymentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetDeploymentsRequest
public static interface GetDeploymentsRequest.Builder extends SagemakerEdgeRequest.Builder, SdkPojo, CopyableBuilder<GetDeploymentsRequest.Builder,GetDeploymentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDeploymentsRequest.BuilderdeviceFleetName(String deviceFleetName)The name of the fleet that the device belongs to.GetDeploymentsRequest.BuilderdeviceName(String deviceName)The unique name of the device you want to get the configuration of active deployments from.GetDeploymentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeploymentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.sagemakeredge.model.SagemakerEdgeRequest.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
-
deviceName
GetDeploymentsRequest.Builder deviceName(String deviceName)
The unique name of the device you want to get the configuration of active deployments from.
- Parameters:
deviceName- The unique name of the device you want to get the configuration of active deployments from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceFleetName
GetDeploymentsRequest.Builder deviceFleetName(String deviceFleetName)
The name of the fleet that the device belongs to.
- Parameters:
deviceFleetName- The name of the fleet that the device belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetDeploymentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetDeploymentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-