Interface ListComponentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListComponentsRequest.Builder,ListComponentsRequest>,GreengrassV2Request.Builder,SdkBuilder<ListComponentsRequest.Builder,ListComponentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListComponentsRequest
public static interface ListComponentsRequest.Builder extends GreengrassV2Request.Builder, SdkPojo, CopyableBuilder<ListComponentsRequest.Builder,ListComponentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListComponentsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned per paginated request.ListComponentsRequest.BuildernextToken(String nextToken)The token to be used for the next set of paginated results.ListComponentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListComponentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListComponentsRequest.Builderscope(String scope)The scope of the components to list.ListComponentsRequest.Builderscope(ComponentVisibilityScope scope)The scope of the components to list.-
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.greengrassv2.model.GreengrassV2Request.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
-
scope
ListComponentsRequest.Builder scope(String scope)
The scope of the components to list.
Default:
PRIVATE- Parameters:
scope- The scope of the components to list.Default:
PRIVATE- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ComponentVisibilityScope,ComponentVisibilityScope
-
scope
ListComponentsRequest.Builder scope(ComponentVisibilityScope scope)
The scope of the components to list.
Default:
PRIVATE- Parameters:
scope- The scope of the components to list.Default:
PRIVATE- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ComponentVisibilityScope,ComponentVisibilityScope
-
maxResults
ListComponentsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
- Parameters:
maxResults- The maximum number of results to be returned per paginated request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListComponentsRequest.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results.
- Parameters:
nextToken- The token to be used for the next set of paginated results.- 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
-
-