Interface GetDeviceFleetReportResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDeviceFleetReportResponse.Builder,,GetDeviceFleetReportResponse> SageMakerResponse.Builder,SdkBuilder<GetDeviceFleetReportResponse.Builder,,GetDeviceFleetReportResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetDeviceFleetReportResponse
-
Method Summary
Modifier and TypeMethodDescriptionagentVersions(Collection<AgentVersion> agentVersions) The versions of Edge Manager agent deployed on the fleet.agentVersions(Consumer<AgentVersion.Builder>... agentVersions) The versions of Edge Manager agent deployed on the fleet.agentVersions(AgentVersion... agentVersions) The versions of Edge Manager agent deployed on the fleet.description(String description) Description of the fleet.deviceFleetArn(String deviceFleetArn) The Amazon Resource Name (ARN) of the device.deviceFleetName(String deviceFleetName) The name of the fleet.deviceStats(Consumer<DeviceStats.Builder> deviceStats) Status of devices.deviceStats(DeviceStats deviceStats) Status of devices.modelStats(Collection<EdgeModelStat> modelStats) Status of model on device.modelStats(Consumer<EdgeModelStat.Builder>... modelStats) Status of model on device.modelStats(EdgeModelStat... modelStats) Status of model on device.outputConfig(Consumer<EdgeOutputConfig.Builder> outputConfig) The output configuration for storing sample data collected by the fleet.outputConfig(EdgeOutputConfig outputConfig) The output configuration for storing sample data collected by the fleet.reportGenerated(Instant reportGenerated) Timestamp of when the report was generated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
deviceFleetArn
The Amazon Resource Name (ARN) of the device.
- Parameters:
deviceFleetArn- The Amazon Resource Name (ARN) of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceFleetName
The name of the fleet.
- Parameters:
deviceFleetName- The name of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputConfig
The output configuration for storing sample data collected by the fleet.
- Parameters:
outputConfig- The output configuration for storing sample data collected by the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputConfig
default GetDeviceFleetReportResponse.Builder outputConfig(Consumer<EdgeOutputConfig.Builder> outputConfig) The output configuration for storing sample data collected by the fleet.
This is a convenience method that creates an instance of theEdgeOutputConfig.Builderavoiding the need to create one manually viaEdgeOutputConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputConfig(EdgeOutputConfig).- Parameters:
outputConfig- a consumer that will call methods onEdgeOutputConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
Description of the fleet.
- Parameters:
description- Description of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportGenerated
Timestamp of when the report was generated.
- Parameters:
reportGenerated- Timestamp of when the report was generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceStats
Status of devices.
- Parameters:
deviceStats- Status of devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceStats
Status of devices.
This is a convenience method that creates an instance of theDeviceStats.Builderavoiding the need to create one manually viaDeviceStats.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeviceStats(DeviceStats).- Parameters:
deviceStats- a consumer that will call methods onDeviceStats.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
agentVersions
The versions of Edge Manager agent deployed on the fleet.
- Parameters:
agentVersions- The versions of Edge Manager agent deployed on the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentVersions
The versions of Edge Manager agent deployed on the fleet.
- Parameters:
agentVersions- The versions of Edge Manager agent deployed on the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentVersions
The versions of Edge Manager agent deployed on the fleet.
This is a convenience method that creates an instance of theAgentVersion.Builderavoiding the need to create one manually viaAgentVersion.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toagentVersions(List<AgentVersion>).- Parameters:
agentVersions- a consumer that will call methods onAgentVersion.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modelStats
Status of model on device.
- Parameters:
modelStats- Status of model on device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelStats
Status of model on device.
- Parameters:
modelStats- Status of model on device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelStats
Status of model on device.
This is a convenience method that creates an instance of theEdgeModelStat.Builderavoiding the need to create one manually viaEdgeModelStat.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomodelStats(List<EdgeModelStat>).- Parameters:
modelStats- a consumer that will call methods onEdgeModelStat.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-