Interface ListSbomValidationResultsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListSbomValidationResultsRequest.Builder,
,ListSbomValidationResultsRequest> IotRequest.Builder
,SdkBuilder<ListSbomValidationResultsRequest.Builder,
,ListSbomValidationResultsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListSbomValidationResultsRequest
@Mutable
@NotThreadSafe
public static interface ListSbomValidationResultsRequest.Builder
extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListSbomValidationResultsRequest.Builder,ListSbomValidationResultsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of results to return at one time.A token that can be used to retrieve the next set of results, or null if there are no additional results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.packageName
(String packageName) The name of the new software package.validationResult
(String validationResult) The end result of thevalidationResult
(SbomValidationResult validationResult) The end result of theversionName
(String versionName) The name of the new package version.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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:
-
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:
-
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListSbomValidationResultsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-