public static interface RegisterDevicesRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<RegisterDevicesRequest.Builder,RegisterDevicesRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
RegisterDevicesRequest.Builder deviceFleetName(String deviceFleetName)
The name of the fleet.
deviceFleetName
- The name of the fleet.RegisterDevicesRequest.Builder devices(Collection<Device> devices)
A list of devices to register with SageMaker Edge Manager.
devices
- A list of devices to register with SageMaker Edge Manager.RegisterDevicesRequest.Builder devices(Device... devices)
A list of devices to register with SageMaker Edge Manager.
devices
- A list of devices to register with SageMaker Edge Manager.RegisterDevicesRequest.Builder devices(Consumer<Device.Builder>... devices)
A list of devices to register with SageMaker Edge Manager.
This is a convenience method that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #devices(List)
.devices
- a consumer that will call methods on List.Builder
#devices(List)
RegisterDevicesRequest.Builder tags(Collection<Tag> tags)
The tags associated with devices.
tags
- The tags associated with devices.RegisterDevicesRequest.Builder tags(Tag... tags)
The tags associated with devices.
tags
- The tags associated with devices.RegisterDevicesRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags associated with devices.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
RegisterDevicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
RegisterDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.