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