Interface ListComponentsRequest.Builder
-
- All Superinterfaces:
AmplifyUiBuilderRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListComponentsRequest.Builder,ListComponentsRequest>,SdkBuilder<ListComponentsRequest.Builder,ListComponentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListComponentsRequest
public static interface ListComponentsRequest.Builder extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<ListComponentsRequest.Builder,ListComponentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListComponentsRequest.BuilderappId(String appId)The unique ID for the Amplify app.ListComponentsRequest.BuilderenvironmentName(String environmentName)The name of the backend environment that is a part of the Amplify app.ListComponentsRequest.BuildermaxResults(Integer maxResults)The maximum number of components to retrieve.ListComponentsRequest.BuildernextToken(String nextToken)The token to request the next page of results.ListComponentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListComponentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.amplifyuibuilder.model.AmplifyUiBuilderRequest.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
appId
ListComponentsRequest.Builder appId(String appId)
The unique ID for the Amplify app.
- Parameters:
appId- The unique ID for the Amplify app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentName
ListComponentsRequest.Builder environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
- Parameters:
environmentName- The name of the backend environment that is a part of the Amplify app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListComponentsRequest.Builder nextToken(String nextToken)
The token to request the next page of results.
- Parameters:
nextToken- The token to request the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListComponentsRequest.Builder maxResults(Integer maxResults)
The maximum number of components to retrieve.
- Parameters:
maxResults- The maximum number of components to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListComponentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListComponentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-