Interface GetFleetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetFleetResponse.Builder,GetFleetResponse>,IoTFleetWiseResponse.Builder,SdkBuilder<GetFleetResponse.Builder,GetFleetResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetFleetResponse
public static interface GetFleetResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<GetFleetResponse.Builder,GetFleetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetFleetResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the fleet.GetFleetResponse.BuildercreationTime(Instant creationTime)The time the fleet was created in seconds since epoch (January 1, 1970 at midnight UTC time).GetFleetResponse.Builderdescription(String description)A brief description of the fleet.GetFleetResponse.Builderid(String id)The ID of the fleet.GetFleetResponse.BuilderlastModificationTime(Instant lastModificationTime)The time the fleet was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).GetFleetResponse.BuildersignalCatalogArn(String signalCatalogArn)The ARN of a signal catalog associated with the fleet.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotfleetwise.model.IoTFleetWiseResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
id
GetFleetResponse.Builder id(String id)
The ID of the fleet.
- Parameters:
id- The ID of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
GetFleetResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the fleet.
- Parameters:
arn- The Amazon Resource Name (ARN) of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GetFleetResponse.Builder description(String description)
A brief description of the fleet.
- Parameters:
description- A brief description of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signalCatalogArn
GetFleetResponse.Builder signalCatalogArn(String signalCatalogArn)
The ARN of a signal catalog associated with the fleet.
- Parameters:
signalCatalogArn- The ARN of a signal catalog associated with the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
GetFleetResponse.Builder creationTime(Instant creationTime)
The time the fleet was created in seconds since epoch (January 1, 1970 at midnight UTC time).
- Parameters:
creationTime- The time the fleet was created in seconds since epoch (January 1, 1970 at midnight UTC time).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModificationTime
GetFleetResponse.Builder lastModificationTime(Instant lastModificationTime)
The time the fleet was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
- Parameters:
lastModificationTime- The time the fleet was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-