Interface GetDeviceFleetReportResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetDeviceFleetReportResponse.Builder,GetDeviceFleetReportResponse>
,SageMakerResponse.Builder
,SdkBuilder<GetDeviceFleetReportResponse.Builder,GetDeviceFleetReportResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- GetDeviceFleetReportResponse
public static interface GetDeviceFleetReportResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<GetDeviceFleetReportResponse.Builder,GetDeviceFleetReportResponse>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
deviceFleetArn
GetDeviceFleetReportResponse.Builder deviceFleetArn(String 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
GetDeviceFleetReportResponse.Builder deviceFleetName(String 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
GetDeviceFleetReportResponse.Builder outputConfig(EdgeOutputConfig 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.Builder
avoiding the need to create one manually viaEdgeOutputConfig.builder()
.When the
Consumer
completes,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:
outputConfig(EdgeOutputConfig)
-
description
GetDeviceFleetReportResponse.Builder description(String 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
GetDeviceFleetReportResponse.Builder reportGenerated(Instant 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
GetDeviceFleetReportResponse.Builder deviceStats(DeviceStats 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
default GetDeviceFleetReportResponse.Builder deviceStats(Consumer<DeviceStats.Builder> deviceStats)
Status of devices.
This is a convenience method that creates an instance of theDeviceStats.Builder
avoiding the need to create one manually viaDeviceStats.builder()
.When the
Consumer
completes,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:
deviceStats(DeviceStats)
-
agentVersions
GetDeviceFleetReportResponse.Builder agentVersions(Collection<AgentVersion> 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
GetDeviceFleetReportResponse.Builder agentVersions(AgentVersion... 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
GetDeviceFleetReportResponse.Builder agentVersions(Consumer<AgentVersion.Builder>... agentVersions)
The versions of Edge Manager agent deployed on the fleet.
This is a convenience method that creates an instance of theAgentVersion.Builder
avoiding the need to create one manually viaAgentVersion.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#agentVersions(List
.) - 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:
#agentVersions(java.util.Collection
)
-
modelStats
GetDeviceFleetReportResponse.Builder modelStats(Collection<EdgeModelStat> 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
GetDeviceFleetReportResponse.Builder modelStats(EdgeModelStat... 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
GetDeviceFleetReportResponse.Builder modelStats(Consumer<EdgeModelStat.Builder>... modelStats)
Status of model on device.
This is a convenience method that creates an instance of theEdgeModelStat.Builder
avoiding the need to create one manually viaEdgeModelStat.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#modelStats(List
.) - 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:
#modelStats(java.util.Collection
)
-
-