Interface ListActionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListActionsRequest.Builder,ListActionsRequest>,IoTSiteWiseRequest.Builder,SdkBuilder<ListActionsRequest.Builder,ListActionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListActionsRequest
public static interface ListActionsRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<ListActionsRequest.Builder,ListActionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListActionsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return for each paginated request.ListActionsRequest.BuildernextToken(String nextToken)The token to be used for the next set of paginated results.ListActionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListActionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListActionsRequest.BuildertargetResourceId(String targetResourceId)The ID of the target resource.ListActionsRequest.BuildertargetResourceType(String targetResourceType)The type of resource.ListActionsRequest.BuildertargetResourceType(TargetResourceType targetResourceType)The type of resource.-
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.iotsitewise.model.IoTSiteWiseRequest.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
-
targetResourceType
ListActionsRequest.Builder targetResourceType(String targetResourceType)
The type of resource.
- Parameters:
targetResourceType- The type of resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetResourceType,TargetResourceType
-
targetResourceType
ListActionsRequest.Builder targetResourceType(TargetResourceType targetResourceType)
The type of resource.
- Parameters:
targetResourceType- The type of resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetResourceType,TargetResourceType
-
targetResourceId
ListActionsRequest.Builder targetResourceId(String targetResourceId)
The ID of the target resource.
- Parameters:
targetResourceId- The ID of the target resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListActionsRequest.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.
-
maxResults
ListActionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
- Parameters:
maxResults- The maximum number of results to return for each paginated request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-