Interface ListInstalledComponentsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListInstalledComponentsRequest.Builder,
,ListInstalledComponentsRequest> GreengrassV2Request.Builder
,SdkBuilder<ListInstalledComponentsRequest.Builder,
,ListInstalledComponentsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListInstalledComponentsRequest
-
Method Summary
Modifier and TypeMethodDescriptioncoreDeviceThingName
(String coreDeviceThingName) The name of the core device.maxResults
(Integer maxResults) The maximum number of results to be returned per paginated request.The token to be used for the next set of paginated results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.topologyFilter
(String topologyFilter) The filter for the list of components.topologyFilter
(InstalledComponentTopologyFilter topologyFilter) The filter for the list of components.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 Details
-
coreDeviceThingName
The name of the core device. This is also the name of the IoT thing.
- Parameters:
coreDeviceThingName
- The name of the core device. This is also the name of the IoT thing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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.
-
topologyFilter
The filter for the list of components. Choose from the following options:
-
ALL
– The list includes all components installed on the core device. -
ROOT
– The list includes only root components, which are components that you specify in a deployment. When you choose this option, the list doesn't include components that the core device installs as dependencies of other components.
Default:
ROOT
- Parameters:
topologyFilter
- The filter for the list of components. Choose from the following options:-
ALL
– The list includes all components installed on the core device. -
ROOT
– The list includes only root components, which are components that you specify in a deployment. When you choose this option, the list doesn't include components that the core device installs as dependencies of other components.
Default:
ROOT
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
topologyFilter
ListInstalledComponentsRequest.Builder topologyFilter(InstalledComponentTopologyFilter topologyFilter) The filter for the list of components. Choose from the following options:
-
ALL
– The list includes all components installed on the core device. -
ROOT
– The list includes only root components, which are components that you specify in a deployment. When you choose this option, the list doesn't include components that the core device installs as dependencies of other components.
Default:
ROOT
- Parameters:
topologyFilter
- The filter for the list of components. Choose from the following options:-
ALL
– The list includes all components installed on the core device. -
ROOT
– The list includes only root components, which are components that you specify in a deployment. When you choose this option, the list doesn't include components that the core device installs as dependencies of other components.
Default:
ROOT
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
overrideConfiguration
ListInstalledComponentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListInstalledComponentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-