Interface DescribeFleetAdvisorLsaAnalysisRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeFleetAdvisorLsaAnalysisRequest.Builder,,DescribeFleetAdvisorLsaAnalysisRequest> DatabaseMigrationRequest.Builder,SdkBuilder<DescribeFleetAdvisorLsaAnalysisRequest.Builder,,DescribeFleetAdvisorLsaAnalysisRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeFleetAdvisorLsaAnalysisRequest
@Mutable
@NotThreadSafe
public static interface DescribeFleetAdvisorLsaAnalysisRequest.Builder
extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<DescribeFleetAdvisorLsaAnalysisRequest.Builder,DescribeFleetAdvisorLsaAnalysisRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxRecords(Integer maxRecords) Sets the maximum number of records returned in the response.IfNextTokenis returned by a previous response, there are more results available.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
DescribeFleetAdvisorLsaAnalysisRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeFleetAdvisorLsaAnalysisRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-