Interface DescribeInstancePatchStatesForPatchGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeInstancePatchStatesForPatchGroupRequest.Builder,,DescribeInstancePatchStatesForPatchGroupRequest> SdkBuilder<DescribeInstancePatchStatesForPatchGroupRequest.Builder,,DescribeInstancePatchStatesForPatchGroupRequest> SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- DescribeInstancePatchStatesForPatchGroupRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilters(Collection<InstancePatchStateFilter> filters) Each entry in the array is a structure containing:filters(Consumer<InstancePatchStateFilter.Builder>... filters) Each entry in the array is a structure containing:filters(InstancePatchStateFilter... filters) Each entry in the array is a structure containing:maxResults(Integer maxResults) The maximum number of patches to return (per page).The token for the next set of items to return.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) patchGroup(String patchGroup) The name of the patch group for which the patch state information should be retrieved.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
-
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 tofilters(List<InstancePatchStateFilter>).- 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:
-
-
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 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
-