Interface ListInstalledComponentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListInstalledComponentsRequest.Builder,ListInstalledComponentsRequest>,GreengrassV2Request.Builder,SdkBuilder<ListInstalledComponentsRequest.Builder,ListInstalledComponentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListInstalledComponentsRequest
public static interface ListInstalledComponentsRequest.Builder extends GreengrassV2Request.Builder, SdkPojo, CopyableBuilder<ListInstalledComponentsRequest.Builder,ListInstalledComponentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListInstalledComponentsRequest.BuildercoreDeviceThingName(String coreDeviceThingName)The name of the core device.ListInstalledComponentsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned per paginated request.ListInstalledComponentsRequest.BuildernextToken(String nextToken)The token to be used for the next set of paginated results.ListInstalledComponentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListInstalledComponentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListInstalledComponentsRequest.BuildertopologyFilter(String topologyFilter)The filter for the list of components.ListInstalledComponentsRequest.BuildertopologyFilter(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 Detail
-
coreDeviceThingName
ListInstalledComponentsRequest.Builder coreDeviceThingName(String 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
ListInstalledComponentsRequest.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
ListInstalledComponentsRequest.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.
-
topologyFilter
ListInstalledComponentsRequest.Builder topologyFilter(String 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:
InstalledComponentTopologyFilter,InstalledComponentTopologyFilter
-
-
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:
InstalledComponentTopologyFilter,InstalledComponentTopologyFilter
-
-
overrideConfiguration
ListInstalledComponentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListInstalledComponentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-