Interface SessionsStatisticsResources.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SessionsStatisticsResources.Builder,SessionsStatisticsResources>,SdkBuilder<SessionsStatisticsResources.Builder,SessionsStatisticsResources>,SdkPojo
- Enclosing class:
- SessionsStatisticsResources
public static interface SessionsStatisticsResources.Builder extends SdkPojo, CopyableBuilder<SessionsStatisticsResources.Builder,SessionsStatisticsResources>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessionsStatisticsResources.BuilderfleetIds(String... fleetIds)One to 10 fleet IDs that specify the fleets to return statistics for.SessionsStatisticsResources.BuilderfleetIds(Collection<String> fleetIds)One to 10 fleet IDs that specify the fleets to return statistics for.SessionsStatisticsResources.BuilderqueueIds(String... queueIds)One to 10 queue IDs that specify the queues to return statistics for.SessionsStatisticsResources.BuilderqueueIds(Collection<String> queueIds)One to 10 queue IDs that specify the queues to return statistics for.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
fleetIds
SessionsStatisticsResources.Builder fleetIds(Collection<String> fleetIds)
One to 10 fleet IDs that specify the fleets to return statistics for. If you specify the
fleetIdsfield, you can't specify thequeueIdsfield.- Parameters:
fleetIds- One to 10 fleet IDs that specify the fleets to return statistics for. If you specify thefleetIdsfield, you can't specify thequeueIdsfield.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fleetIds
SessionsStatisticsResources.Builder fleetIds(String... fleetIds)
One to 10 fleet IDs that specify the fleets to return statistics for. If you specify the
fleetIdsfield, you can't specify thequeueIdsfield.- Parameters:
fleetIds- One to 10 fleet IDs that specify the fleets to return statistics for. If you specify thefleetIdsfield, you can't specify thequeueIdsfield.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueIds
SessionsStatisticsResources.Builder queueIds(Collection<String> queueIds)
One to 10 queue IDs that specify the queues to return statistics for. If you specify the
queueIdsfield, you can't specify thefleetIdsfield.- Parameters:
queueIds- One to 10 queue IDs that specify the queues to return statistics for. If you specify thequeueIdsfield, you can't specify thefleetIdsfield.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueIds
SessionsStatisticsResources.Builder queueIds(String... queueIds)
One to 10 queue IDs that specify the queues to return statistics for. If you specify the
queueIdsfield, you can't specify thefleetIdsfield.- Parameters:
queueIds- One to 10 queue IDs that specify the queues to return statistics for. If you specify thequeueIdsfield, you can't specify thefleetIdsfield.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-