public static interface DescribeDeviceFleetResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeDeviceFleetResponse.Builder,DescribeDeviceFleetResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDeviceFleetResponse.Builder |
creationTime(Instant creationTime)
Timestamp of when the device fleet was created.
|
DescribeDeviceFleetResponse.Builder |
description(String description)
A description of the fleet.
|
DescribeDeviceFleetResponse.Builder |
deviceFleetArn(String deviceFleetArn)
The The Amazon Resource Name (ARN) of the fleet.
|
DescribeDeviceFleetResponse.Builder |
deviceFleetName(String deviceFleetName)
The name of the fleet.
|
DescribeDeviceFleetResponse.Builder |
iotRoleAlias(String iotRoleAlias)
The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).
|
DescribeDeviceFleetResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
Timestamp of when the device fleet was last updated.
|
default DescribeDeviceFleetResponse.Builder |
outputConfig(Consumer<EdgeOutputConfig.Builder> outputConfig)
The output configuration for storing sampled data.
|
DescribeDeviceFleetResponse.Builder |
outputConfig(EdgeOutputConfig outputConfig)
The output configuration for storing sampled data.
|
DescribeDeviceFleetResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDeviceFleetResponse.Builder deviceFleetName(String deviceFleetName)
The name of the fleet.
deviceFleetName - The name of the fleet.DescribeDeviceFleetResponse.Builder deviceFleetArn(String deviceFleetArn)
The The Amazon Resource Name (ARN) of the fleet.
deviceFleetArn - The The Amazon Resource Name (ARN) of the fleet.DescribeDeviceFleetResponse.Builder outputConfig(EdgeOutputConfig outputConfig)
The output configuration for storing sampled data.
outputConfig - The output configuration for storing sampled data.default DescribeDeviceFleetResponse.Builder outputConfig(Consumer<EdgeOutputConfig.Builder> outputConfig)
The output configuration for storing sampled data.
This is a convenience method 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.BuilderoutputConfig(EdgeOutputConfig)DescribeDeviceFleetResponse.Builder description(String description)
A description of the fleet.
description - A description of the fleet.DescribeDeviceFleetResponse.Builder creationTime(Instant creationTime)
Timestamp of when the device fleet was created.
creationTime - Timestamp of when the device fleet was created.DescribeDeviceFleetResponse.Builder lastModifiedTime(Instant lastModifiedTime)
Timestamp of when the device fleet was last updated.
lastModifiedTime - Timestamp of when the device fleet was last updated.DescribeDeviceFleetResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
roleArn - The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).DescribeDeviceFleetResponse.Builder iotRoleAlias(String iotRoleAlias)
The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).
iotRoleAlias - The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).Copyright © 2023. All rights reserved.