Interface DescribeFleetAdvisorCollectorsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeFleetAdvisorCollectorsRequest.Builder,DescribeFleetAdvisorCollectorsRequest>,DatabaseMigrationRequest.Builder,SdkBuilder<DescribeFleetAdvisorCollectorsRequest.Builder,DescribeFleetAdvisorCollectorsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeFleetAdvisorCollectorsRequest
@Mutable @NotThreadSafe public static interface DescribeFleetAdvisorCollectorsRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<DescribeFleetAdvisorCollectorsRequest.Builder,DescribeFleetAdvisorCollectorsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeFleetAdvisorCollectorsRequest.Builderfilters(Collection<Filter> filters)If you specify any of the following filters, the output includes information for only those collectors that meet the filter criteria:DescribeFleetAdvisorCollectorsRequest.Builderfilters(Consumer<Filter.Builder>... filters)If you specify any of the following filters, the output includes information for only those collectors that meet the filter criteria:DescribeFleetAdvisorCollectorsRequest.Builderfilters(Filter... filters)If you specify any of the following filters, the output includes information for only those collectors that meet the filter criteria:DescribeFleetAdvisorCollectorsRequest.BuildermaxRecords(Integer maxRecords)Sets the maximum number of records returned in the response.DescribeFleetAdvisorCollectorsRequest.BuildernextToken(String nextToken)IfNextTokenis returned by a previous response, there are more results available.DescribeFleetAdvisorCollectorsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeFleetAdvisorCollectorsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
filters
DescribeFleetAdvisorCollectorsRequest.Builder filters(Collection<Filter> filters)
If you specify any of the following filters, the output includes information for only those collectors that meet the filter criteria:
-
collector-referenced-id– The ID of the collector agent, for exampled4610ac5-e323-4ad9-bc50-eaf7249dfe9d. -
collector-name– The name of the collector agent.
An example is:
describe-fleet-advisor-collectors --filter Name="collector-referenced-id",Values="d4610ac5-e323-4ad9-bc50-eaf7249dfe9d"- Parameters:
filters- If you specify any of the following filters, the output includes information for only those collectors that meet the filter criteria:-
collector-referenced-id– The ID of the collector agent, for exampled4610ac5-e323-4ad9-bc50-eaf7249dfe9d. -
collector-name– The name of the collector agent.
An example is:
describe-fleet-advisor-collectors --filter Name="collector-referenced-id",Values="d4610ac5-e323-4ad9-bc50-eaf7249dfe9d"-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
DescribeFleetAdvisorCollectorsRequest.Builder filters(Filter... filters)
If you specify any of the following filters, the output includes information for only those collectors that meet the filter criteria:
-
collector-referenced-id– The ID of the collector agent, for exampled4610ac5-e323-4ad9-bc50-eaf7249dfe9d. -
collector-name– The name of the collector agent.
An example is:
describe-fleet-advisor-collectors --filter Name="collector-referenced-id",Values="d4610ac5-e323-4ad9-bc50-eaf7249dfe9d"- Parameters:
filters- If you specify any of the following filters, the output includes information for only those collectors that meet the filter criteria:-
collector-referenced-id– The ID of the collector agent, for exampled4610ac5-e323-4ad9-bc50-eaf7249dfe9d. -
collector-name– The name of the collector agent.
An example is:
describe-fleet-advisor-collectors --filter Name="collector-referenced-id",Values="d4610ac5-e323-4ad9-bc50-eaf7249dfe9d"-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
DescribeFleetAdvisorCollectorsRequest.Builder filters(Consumer<Filter.Builder>... filters)
If you specify any of the following filters, the output includes information for only those collectors that meet the filter criteria:
-
collector-referenced-id– The ID of the collector agent, for exampled4610ac5-e323-4ad9-bc50-eaf7249dfe9d. -
collector-name– The name of the collector agent.
An example is:
This is a convenience method that creates an instance of thedescribe-fleet-advisor-collectors --filter Name="collector-referenced-id",Values="d4610ac5-e323-4ad9-bc50-eaf7249dfe9d"Filter.Builderavoiding the need to create one manually viaFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
-
maxRecords
DescribeFleetAdvisorCollectorsRequest.Builder maxRecords(Integer maxRecords)
Sets the maximum number of records returned in the response.
- Parameters:
maxRecords- Sets the maximum number of records returned in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeFleetAdvisorCollectorsRequest.Builder nextToken(String nextToken)
If
NextTokenis returned by a previous response, 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 by a previous response, 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.
-
overrideConfiguration
DescribeFleetAdvisorCollectorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeFleetAdvisorCollectorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-