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) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeregisterDevicesRequest.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.BuilderDeregisterDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.