Interface ListDiscoverersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDiscoverersRequest.Builder,ListDiscoverersRequest>,SchemasRequest.Builder,SdkBuilder<ListDiscoverersRequest.Builder,ListDiscoverersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDiscoverersRequest
public static interface ListDiscoverersRequest.Builder extends SchemasRequest.Builder, SdkPojo, CopyableBuilder<ListDiscoverersRequest.Builder,ListDiscoverersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDiscoverersRequest.BuilderdiscovererIdPrefix(String discovererIdPrefix)Specifying this limits the results to only those discoverer IDs that start with the specified prefix.ListDiscoverersRequest.Builderlimit(Integer limit)Sets the value of the Limit property for this object.ListDiscoverersRequest.BuildernextToken(String nextToken)The token that specifies the next page of results to return.ListDiscoverersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDiscoverersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDiscoverersRequest.BuildersourceArnPrefix(String sourceArnPrefix)Specifying this limits the results to only those ARNs that start with the specified prefix.-
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.schemas.model.SchemasRequest.Builder
build
-
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
-
discovererIdPrefix
ListDiscoverersRequest.Builder discovererIdPrefix(String discovererIdPrefix)
Specifying this limits the results to only those discoverer IDs that start with the specified prefix.
- Parameters:
discovererIdPrefix- Specifying this limits the results to only those discoverer IDs that start with the specified prefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
ListDiscoverersRequest.Builder limit(Integer limit)
Sets the value of the Limit property for this object.- Parameters:
limit- The new value for the Limit property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDiscoverersRequest.Builder nextToken(String nextToken)
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
- Parameters:
nextToken- The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceArnPrefix
ListDiscoverersRequest.Builder sourceArnPrefix(String sourceArnPrefix)
Specifying this limits the results to only those ARNs that start with the specified prefix.
- Parameters:
sourceArnPrefix- Specifying this limits the results to only those ARNs that start with the specified prefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDiscoverersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDiscoverersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-