Interface DescribeFleetAdvisorCollectorsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeFleetAdvisorCollectorsResponse.Builder,DescribeFleetAdvisorCollectorsResponse>,DatabaseMigrationResponse.Builder,SdkBuilder<DescribeFleetAdvisorCollectorsResponse.Builder,DescribeFleetAdvisorCollectorsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeFleetAdvisorCollectorsResponse
public static interface DescribeFleetAdvisorCollectorsResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeFleetAdvisorCollectorsResponse.Builder,DescribeFleetAdvisorCollectorsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeFleetAdvisorCollectorsResponse.Buildercollectors(Collection<CollectorResponse> collectors)Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.DescribeFleetAdvisorCollectorsResponse.Buildercollectors(Consumer<CollectorResponse.Builder>... collectors)Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.DescribeFleetAdvisorCollectorsResponse.Buildercollectors(CollectorResponse... collectors)Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.DescribeFleetAdvisorCollectorsResponse.BuildernextToken(String nextToken)IfNextTokenis 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 Detail
-
collectors
DescribeFleetAdvisorCollectorsResponse.Builder collectors(Collection<CollectorResponse> 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(CollectorResponse... 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.Builderavoiding the need to create one manually viaCollectorResponse.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#collectors(List.) - 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:
#collectors(java.util.Collection)
-
nextToken
DescribeFleetAdvisorCollectorsResponse.Builder nextToken(String nextToken)
If
NextTokenis returned, there are more results available. The value ofNextTokenis 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- IfNextTokenis returned, there are more results available. The value ofNextTokenis 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.
-
-