public static interface CreateDeviceFleetRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateDeviceFleetRequest.Builder,CreateDeviceFleetRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateDeviceFleetRequest.Builder deviceFleetName(String deviceFleetName)
The name of the fleet that the device belongs to.
deviceFleetName
- The name of the fleet that the device belongs to.CreateDeviceFleetRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) that has access to AWS Internet of Things (IoT).
roleArn
- The Amazon Resource Name (ARN) that has access to AWS Internet of Things (IoT).CreateDeviceFleetRequest.Builder description(String description)
A description of the fleet.
description
- A description of the fleet.CreateDeviceFleetRequest.Builder outputConfig(EdgeOutputConfig outputConfig)
The output configuration for storing sample data collected by the fleet.
outputConfig
- The output configuration for storing sample data collected by the fleet.default CreateDeviceFleetRequest.Builder outputConfig(Consumer<EdgeOutputConfig.Builder> outputConfig)
The output configuration for storing sample data collected by the fleet.
This is a convenience that creates an instance of theEdgeOutputConfig.Builder
avoiding the need to
create one manually via EdgeOutputConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to outputConfig(EdgeOutputConfig)
.outputConfig
- a consumer that will call methods on EdgeOutputConfig.Builder
outputConfig(EdgeOutputConfig)
CreateDeviceFleetRequest.Builder tags(Collection<Tag> tags)
Creates tags for the specified fleet.
tags
- Creates tags for the specified fleet.CreateDeviceFleetRequest.Builder tags(Tag... tags)
Creates tags for the specified fleet.
tags
- Creates tags for the specified fleet.CreateDeviceFleetRequest.Builder tags(Consumer<Tag.Builder>... tags)
Creates tags for the specified fleet.
This is a convenience 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)
CreateDeviceFleetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateDeviceFleetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.