public static interface DeregisterDevicesRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<DeregisterDevicesRequest.Builder,DeregisterDevicesRequest>
Modifier and Type | Method and Description |
---|---|
DeregisterDevicesRequest.Builder |
deviceFleetName(String deviceFleetName)
The name of the fleet the devices belong to.
|
DeregisterDevicesRequest.Builder |
deviceNames(Collection<String> deviceNames)
The unique IDs of the devices.
|
DeregisterDevicesRequest.Builder |
deviceNames(String... deviceNames)
The unique IDs of the devices.
|
DeregisterDevicesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeregisterDevicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeregisterDevicesRequest.Builder deviceFleetName(String deviceFleetName)
The name of the fleet the devices belong to.
deviceFleetName
- The name of the fleet the devices belong to.DeregisterDevicesRequest.Builder deviceNames(Collection<String> deviceNames)
The unique IDs of the devices.
deviceNames
- The unique IDs of the devices.DeregisterDevicesRequest.Builder deviceNames(String... deviceNames)
The unique IDs of the devices.
deviceNames
- The unique IDs of the devices.DeregisterDevicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DeregisterDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.