Interface DescribeInstancePatchStatesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeInstancePatchStatesRequest.Builder,,DescribeInstancePatchStatesRequest> SdkBuilder<DescribeInstancePatchStatesRequest.Builder,,DescribeInstancePatchStatesRequest> SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- DescribeInstancePatchStatesRequest
@Mutable
@NotThreadSafe
public static interface DescribeInstancePatchStatesRequest.Builder
extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribeInstancePatchStatesRequest.Builder,DescribeInstancePatchStatesRequest>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceIds(String... instanceIds) The ID of the managed node for which patch state information should be retrieved.instanceIds(Collection<String> instanceIds) The ID of the managed node for which patch state information should be retrieved.maxResults(Integer maxResults) The maximum number of managed nodes to return (per page).The token for the next set of items to return.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
Method Details
-
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
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
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
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
-