public static interface GetFleetResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<GetFleetResponse.Builder,GetFleetResponse>
| Modifier and Type | Method and Description |
|---|---|
GetFleetResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the fleet.
|
GetFleetResponse.Builder |
creationTime(Instant creationTime)
The time the fleet was created in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetFleetResponse.Builder |
description(String description)
A brief description of the fleet.
|
GetFleetResponse.Builder |
id(String id)
The ID of the fleet.
|
GetFleetResponse.Builder |
lastModificationTime(Instant lastModificationTime)
The time the fleet was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetFleetResponse.Builder |
signalCatalogArn(String signalCatalogArn)
The ARN of a signal catalog associated with the fleet.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFleetResponse.Builder id(String id)
The ID of the fleet.
id - The ID of the fleet.GetFleetResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the fleet.
arn - The Amazon Resource Name (ARN) of the fleet.GetFleetResponse.Builder description(String description)
A brief description of the fleet.
description - A brief description of the fleet.GetFleetResponse.Builder signalCatalogArn(String signalCatalogArn)
The ARN of a signal catalog associated with the fleet.
signalCatalogArn - The ARN of a signal catalog associated with the fleet.GetFleetResponse.Builder creationTime(Instant creationTime)
The time the fleet was created in seconds since epoch (January 1, 1970 at midnight UTC time).
creationTime - The time the fleet was created in seconds since epoch (January 1, 1970 at midnight UTC time).GetFleetResponse.Builder lastModificationTime(Instant lastModificationTime)
The time the fleet was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
lastModificationTime - The time the fleet was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).Copyright © 2022. All rights reserved.