Interface DescribeInstancePatchStatesForPatchGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeInstancePatchStatesForPatchGroupRequest.Builder,DescribeInstancePatchStatesForPatchGroupRequest>,SdkBuilder<DescribeInstancePatchStatesForPatchGroupRequest.Builder,DescribeInstancePatchStatesForPatchGroupRequest>,SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- DescribeInstancePatchStatesForPatchGroupRequest
public static interface DescribeInstancePatchStatesForPatchGroupRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribeInstancePatchStatesForPatchGroupRequest.Builder,DescribeInstancePatchStatesForPatchGroupRequest>
-
-
Method Summary
-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
-
-
-
Method Detail
-
patchGroup
DescribeInstancePatchStatesForPatchGroupRequest.Builder patchGroup(String patchGroup)
The name of the patch group for which the patch state information should be retrieved.
- Parameters:
patchGroup- The name of the patch group for which the patch state information should be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeInstancePatchStatesForPatchGroupRequest.Builder filters(Collection<InstancePatchStateFilter> filters)
Each entry in the array is a structure containing:
-
Key (string between 1 and 200 characters)
-
Values (array containing a single string)
-
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
- Parameters:
filters- Each entry in the array is a structure containing:-
Key (string between 1 and 200 characters)
-
Values (array containing a single string)
-
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
DescribeInstancePatchStatesForPatchGroupRequest.Builder filters(InstancePatchStateFilter... filters)
Each entry in the array is a structure containing:
-
Key (string between 1 and 200 characters)
-
Values (array containing a single string)
-
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
- Parameters:
filters- Each entry in the array is a structure containing:-
Key (string between 1 and 200 characters)
-
Values (array containing a single string)
-
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
DescribeInstancePatchStatesForPatchGroupRequest.Builder filters(Consumer<InstancePatchStateFilter.Builder>... filters)
Each entry in the array is a structure containing:
-
Key (string between 1 and 200 characters)
-
Values (array containing a single string)
-
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
InstancePatchStateFilter.Builderavoiding the need to create one manually viaInstancePatchStateFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onInstancePatchStateFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
-
nextToken
DescribeInstancePatchStatesForPatchGroupRequest.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
DescribeInstancePatchStatesForPatchGroupRequest.Builder maxResults(Integer maxResults)
The maximum number of patches to return (per page).
- Parameters:
maxResults- The maximum number of patches to return (per page).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeInstancePatchStatesForPatchGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeInstancePatchStatesForPatchGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-