Interface ListSbomValidationResultsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSbomValidationResultsRequest.Builder,ListSbomValidationResultsRequest>,IotRequest.Builder,SdkBuilder<ListSbomValidationResultsRequest.Builder,ListSbomValidationResultsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSbomValidationResultsRequest
public static interface ListSbomValidationResultsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListSbomValidationResultsRequest.Builder,ListSbomValidationResultsRequest>
-
-
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.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
packageName
ListSbomValidationResultsRequest.Builder packageName(String packageName)
The name of the new software package.
- Parameters:
packageName- The name of the new software package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionName
ListSbomValidationResultsRequest.Builder versionName(String versionName)
The name of the new package version.
- Parameters:
versionName- The name of the new package version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationResult
ListSbomValidationResultsRequest.Builder validationResult(String validationResult)
The end result of the
- Parameters:
validationResult- The end result of the- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SbomValidationResult,SbomValidationResult
-
validationResult
ListSbomValidationResultsRequest.Builder validationResult(SbomValidationResult validationResult)
The end result of the
- Parameters:
validationResult- The end result of the- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SbomValidationResult,SbomValidationResult
-
maxResults
ListSbomValidationResultsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time.
- Parameters:
maxResults- The maximum number of results to return at one time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListSbomValidationResultsRequest.Builder nextToken(String nextToken)
A token that can be used to retrieve the next set of results, or null if there are no additional results.
- Parameters:
nextToken- A token that can be used to retrieve the next set of results, or null if there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSbomValidationResultsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSbomValidationResultsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-