Interface DescribeFleetAdvisorCollectorsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeFleetAdvisorCollectorsResponse.Builder,
,DescribeFleetAdvisorCollectorsResponse> DatabaseMigrationResponse.Builder
,SdkBuilder<DescribeFleetAdvisorCollectorsResponse.Builder,
,DescribeFleetAdvisorCollectorsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeFleetAdvisorCollectorsResponse
-
Method Summary
Modifier and TypeMethodDescriptioncollectors
(Collection<CollectorResponse> collectors) Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.collectors
(Consumer<CollectorResponse.Builder>... collectors) Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.collectors
(CollectorResponse... collectors) Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.IfNextToken
is returned, there are more results available.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationResponse.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 Details
-
collectors
Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.
- Parameters:
collectors
- Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collectors
Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.
- Parameters:
collectors
- Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collectors
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 viaCollectorResponse.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocollectors(List<CollectorResponse>)
.- Parameters:
collectors
- a consumer that will call methods onCollectorResponse.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If
NextToken
is returned, there are more results available. The value ofNextToken
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.- Parameters:
nextToken
- IfNextToken
is returned, there are more results available. The value ofNextToken
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-