public static interface RegisterDevicesRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<RegisterDevicesRequest.Builder,RegisterDevicesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisterDevicesRequest.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 theDevice.Builder avoiding the need to create one
manually via Device.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #devices(List.
devices - a consumer that will call methods on
Device.Builder#devices(java.util.Collection) 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 theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) RegisterDevicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRegisterDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.