Interface ListSigningProfilesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSigningProfilesRequest.Builder,,ListSigningProfilesRequest> SdkBuilder<ListSigningProfilesRequest.Builder,,ListSigningProfilesRequest> SdkPojo,SdkRequest.Builder,SignerRequest.Builder
- Enclosing class:
ListSigningProfilesRequest
-
Method Summary
Modifier and TypeMethodDescriptionincludeCanceled(Boolean includeCanceled) Designates whether to include profiles with the status ofCANCELED.maxResults(Integer maxResults) The maximum number of profiles to be returned.Value for specifying the next set of paginated results to return.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.platformId(String platformId) Filters results to return only signing jobs initiated for a specified signing platform.statuses(Collection<SigningProfileStatus> statuses) Filters results to return only signing jobs with statuses in the specified list.statuses(SigningProfileStatus... statuses) Filters results to return only signing jobs with statuses in the specified list.statusesWithStrings(String... statuses) Filters results to return only signing jobs with statuses in the specified list.statusesWithStrings(Collection<String> statuses) Filters results to return only signing jobs with statuses in the specified list.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.signer.model.SignerRequest.Builder
build
-
Method Details
-
includeCanceled
Designates whether to include profiles with the status of
CANCELED.- Parameters:
includeCanceled- Designates whether to include profiles with the status ofCANCELED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of profiles to be returned.
- Parameters:
maxResults- The maximum number of profiles to be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of
nextTokenfrom the response that you just received.- Parameters:
nextToken- Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value ofnextTokenfrom the response that you just received.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platformId
Filters results to return only signing jobs initiated for a specified signing platform.
- Parameters:
platformId- Filters results to return only signing jobs initiated for a specified signing platform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusesWithStrings
Filters results to return only signing jobs with statuses in the specified list.
- Parameters:
statuses- Filters results to return only signing jobs with statuses in the specified list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusesWithStrings
Filters results to return only signing jobs with statuses in the specified list.
- Parameters:
statuses- Filters results to return only signing jobs with statuses in the specified list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statuses
Filters results to return only signing jobs with statuses in the specified list.
- Parameters:
statuses- Filters results to return only signing jobs with statuses in the specified list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statuses
Filters results to return only signing jobs with statuses in the specified list.
- Parameters:
statuses- Filters results to return only signing jobs with statuses in the specified list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSigningProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListSigningProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-