public static interface ListComponentsRequest.Builder extends GreengrassV2Request.Builder, SdkPojo, CopyableBuilder<ListComponentsRequest.Builder,ListComponentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListComponentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListComponentsRequest.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListComponentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListComponentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListComponentsRequest.Builder |
scope(ComponentVisibilityScope scope)
The scope of the components to list.
|
ListComponentsRequest.Builder |
scope(String scope)
The scope of the components to list.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListComponentsRequest.Builder scope(String scope)
The scope of the components to list.
Default: PRIVATE
scope - The scope of the components to list.
Default: PRIVATE
ComponentVisibilityScope,
ComponentVisibilityScopeListComponentsRequest.Builder scope(ComponentVisibilityScope scope)
The scope of the components to list.
Default: PRIVATE
scope - The scope of the components to list.
Default: PRIVATE
ComponentVisibilityScope,
ComponentVisibilityScopeListComponentsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
maxResults - The maximum number of results to be returned per paginated request.ListComponentsRequest.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.ListComponentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListComponentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.