Interface ListAttributeGroupsForApplicationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAttributeGroupsForApplicationRequest.Builder,ListAttributeGroupsForApplicationRequest>,SdkBuilder<ListAttributeGroupsForApplicationRequest.Builder,ListAttributeGroupsForApplicationRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogAppRegistryRequest.Builder
- Enclosing class:
- ListAttributeGroupsForApplicationRequest
public static interface ListAttributeGroupsForApplicationRequest.Builder extends ServiceCatalogAppRegistryRequest.Builder, SdkPojo, CopyableBuilder<ListAttributeGroupsForApplicationRequest.Builder,ListAttributeGroupsForApplicationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAttributeGroupsForApplicationRequest.Builderapplication(String application)The name or ID of the application.ListAttributeGroupsForApplicationRequest.BuildermaxResults(Integer maxResults)The upper bound of the number of results to return.ListAttributeGroupsForApplicationRequest.BuildernextToken(String nextToken)This token retrieves the next page of results after a previous API call.ListAttributeGroupsForApplicationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAttributeGroupsForApplicationRequest.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalogappregistry.model.ServiceCatalogAppRegistryRequest.Builder
build
-
-
-
-
Method Detail
-
application
ListAttributeGroupsForApplicationRequest.Builder application(String application)
The name or ID of the application.
- Parameters:
application- The name or ID of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAttributeGroupsForApplicationRequest.Builder nextToken(String nextToken)
This token retrieves the next page of results after a previous API call.
- Parameters:
nextToken- This token retrieves the next page of results after a previous API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAttributeGroupsForApplicationRequest.Builder maxResults(Integer maxResults)
The upper bound of the number of results to return. The value cannot exceed 25. If you omit this parameter, it defaults to 25. This value is optional.
- Parameters:
maxResults- The upper bound of the number of results to return. The value cannot exceed 25. If you omit this parameter, it defaults to 25. This value is optional.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAttributeGroupsForApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAttributeGroupsForApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-