Interface DescribeInstancePatchStatesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeInstancePatchStatesRequest.Builder,DescribeInstancePatchStatesRequest>,SdkBuilder<DescribeInstancePatchStatesRequest.Builder,DescribeInstancePatchStatesRequest>,SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- DescribeInstancePatchStatesRequest
public static interface DescribeInstancePatchStatesRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribeInstancePatchStatesRequest.Builder,DescribeInstancePatchStatesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeInstancePatchStatesRequest.BuilderinstanceIds(String... instanceIds)The ID of the managed node for which patch state information should be retrieved.DescribeInstancePatchStatesRequest.BuilderinstanceIds(Collection<String> instanceIds)The ID of the managed node for which patch state information should be retrieved.DescribeInstancePatchStatesRequest.BuildermaxResults(Integer maxResults)The maximum number of managed nodes to return (per page).DescribeInstancePatchStatesRequest.BuildernextToken(String nextToken)The token for the next set of items to return.DescribeInstancePatchStatesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeInstancePatchStatesRequest.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
-
-
-
Method Detail
-
instanceIds
DescribeInstancePatchStatesRequest.Builder instanceIds(Collection<String> instanceIds)
The ID of the managed node for which patch state information should be retrieved.
- Parameters:
instanceIds- The ID of the managed node for which patch state information should be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceIds
DescribeInstancePatchStatesRequest.Builder instanceIds(String... instanceIds)
The ID of the managed node for which patch state information should be retrieved.
- Parameters:
instanceIds- The ID of the managed node for which patch state information should be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeInstancePatchStatesRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
- Parameters:
nextToken- The token for the next set of items to return. (You received this token from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeInstancePatchStatesRequest.Builder maxResults(Integer maxResults)
The maximum number of managed nodes to return (per page).
- Parameters:
maxResults- The maximum number of managed nodes to return (per page).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeInstancePatchStatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeInstancePatchStatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-