public static interface DescribeFleetAdvisorCollectorsResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeFleetAdvisorCollectorsResponse.Builder,DescribeFleetAdvisorCollectorsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetAdvisorCollectorsResponse.Builder |
collectors(Collection<CollectorResponse> collectors)
Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest
inventory data.
|
DescribeFleetAdvisorCollectorsResponse.Builder |
collectors(CollectorResponse... collectors)
Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest
inventory data.
|
DescribeFleetAdvisorCollectorsResponse.Builder |
collectors(Consumer<CollectorResponse.Builder>... collectors)
Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest
inventory data.
|
DescribeFleetAdvisorCollectorsResponse.Builder |
nextToken(String nextToken)
If
NextToken is returned, there are more results available. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFleetAdvisorCollectorsResponse.Builder collectors(Collection<CollectorResponse> collectors)
Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.
collectors - Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the
latest inventory data.DescribeFleetAdvisorCollectorsResponse.Builder collectors(CollectorResponse... collectors)
Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.
collectors - Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the
latest inventory data.DescribeFleetAdvisorCollectorsResponse.Builder collectors(Consumer<CollectorResponse.Builder>... collectors)
Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.
This is a convenience method that creates an instance of theCollectorResponse.Builder avoiding the need
to create one manually via
CollectorResponse.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #collectors(List.
collectors - a consumer that will call methods on
CollectorResponse.Builder#collectors(java.util.Collection) DescribeFleetAdvisorCollectorsResponse.Builder nextToken(String nextToken)
If NextToken is returned, there are more results available. The value of NextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next
page. Keep all other arguments unchanged.
nextToken - If NextToken is returned, there are more results available. The value of
NextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged.Copyright © 2023. All rights reserved.