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