Interface DescribeInstancePatchesResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeInstancePatchesResponse.Builder,,DescribeInstancePatchesResponse> SdkBuilder<DescribeInstancePatchesResponse.Builder,,DescribeInstancePatchesResponse> SdkPojo,SdkResponse.Builder,SsmResponse.Builder
- Enclosing class:
 DescribeInstancePatchesResponse
- 
Method Summary
Modifier and TypeMethodDescriptionThe token to use when requesting the next set of items.patches(Collection<PatchComplianceData> patches) Each entry in the array is a structure containing:patches(Consumer<PatchComplianceData.Builder>... patches) Each entry in the array is a structure containing:patches(PatchComplianceData... patches) Each entry in the array is a structure containing:Methods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.ssm.model.SsmResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
patches
Each entry in the array is a structure containing:
- 
 
Title (string)
 - 
 
KBId (string)
 - 
 
Classification (string)
 - 
 
Severity (string)
 - 
 
State (string, such as "INSTALLED" or "FAILED")
 - 
 
InstalledTime (DateTime)
 - 
 
InstalledBy (string)
 
- Parameters:
 patches- Each entry in the array is a structure containing:- 
        
Title (string)
 - 
        
KBId (string)
 - 
        
Classification (string)
 - 
        
Severity (string)
 - 
        
State (string, such as "INSTALLED" or "FAILED")
 - 
        
InstalledTime (DateTime)
 - 
        
InstalledBy (string)
 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
patches
Each entry in the array is a structure containing:
- 
 
Title (string)
 - 
 
KBId (string)
 - 
 
Classification (string)
 - 
 
Severity (string)
 - 
 
State (string, such as "INSTALLED" or "FAILED")
 - 
 
InstalledTime (DateTime)
 - 
 
InstalledBy (string)
 
- Parameters:
 patches- Each entry in the array is a structure containing:- 
        
Title (string)
 - 
        
KBId (string)
 - 
        
Classification (string)
 - 
        
Severity (string)
 - 
        
State (string, such as "INSTALLED" or "FAILED")
 - 
        
InstalledTime (DateTime)
 - 
        
InstalledBy (string)
 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
patches
Each entry in the array is a structure containing:
- 
 
Title (string)
 - 
 
KBId (string)
 - 
 
Classification (string)
 - 
 
Severity (string)
 - 
 
State (string, such as "INSTALLED" or "FAILED")
 - 
 
InstalledTime (DateTime)
 - 
 
InstalledBy (string)
 
PatchComplianceData.Builderavoiding the need to create one manually viaPatchComplianceData.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topatches(List<PatchComplianceData>).- Parameters:
 patches- a consumer that will call methods onPatchComplianceData.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
nextToken
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
- Parameters:
 nextToken- The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -