Interface SearchCertificatesRequest.Builder
- All Superinterfaces:
AcmRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<SearchCertificatesRequest.Builder,,SearchCertificatesRequest> SdkBuilder<SearchCertificatesRequest.Builder,,SearchCertificatesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
SearchCertificatesRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilterStatement(Consumer<CertificateFilterStatement.Builder> filterStatement) A filter statement that defines the search criteria.filterStatement(CertificateFilterStatement filterStatement) A filter statement that defines the search criteria.maxResults(Integer maxResults) The maximum number of results to return in the response.Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Specifies the field to sort results by.sortBy(SearchCertificatesSortBy sortBy) Specifies the field to sort results by.Specifies the order of sorted results.sortOrder(SearchCertificatesSortOrder sortOrder) Specifies the order of sorted results.Methods inherited from interface software.amazon.awssdk.services.acm.model.AcmRequest.Builder
buildMethods 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, sdkFields
-
Method Details
-
filterStatement
A filter statement that defines the search criteria. You can combine multiple filters using AND, OR, and NOT logical operators to create complex queries.
- Parameters:
filterStatement- A filter statement that defines the search criteria. You can combine multiple filters using AND, OR, and NOT logical operators to create complex queries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterStatement
default SearchCertificatesRequest.Builder filterStatement(Consumer<CertificateFilterStatement.Builder> filterStatement) A filter statement that defines the search criteria. You can combine multiple filters using AND, OR, and NOT logical operators to create complex queries.
This is a convenience method that creates an instance of theCertificateFilterStatement.Builderavoiding the need to create one manually viaCertificateFilterStatement.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilterStatement(CertificateFilterStatement).- Parameters:
filterStatement- a consumer that will call methods onCertificateFilterStatement.Builder- 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 in the response. Default is 100.
- Parameters:
maxResults- The maximum number of results to return in the response. Default is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of
NextTokenfrom the response you just received.- Parameters:
nextToken- Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value ofNextTokenfrom the response you just received.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
Specifies the field to sort results by. Valid values are CREATED_AT, NOT_AFTER, STATUS, RENEWAL_STATUS, EXPORTED, IN_USE, NOT_BEFORE, KEY_ALGORITHM, TYPE, CERTIFICATE_ARN, COMMON_NAME, REVOKED_AT, RENEWAL_ELIGIBILITY, ISSUED_AT, MANAGED_BY, EXPORT_OPTION, VALIDATION_METHOD, and IMPORTED_AT.
- Parameters:
sortBy- Specifies the field to sort results by. Valid values are CREATED_AT, NOT_AFTER, STATUS, RENEWAL_STATUS, EXPORTED, IN_USE, NOT_BEFORE, KEY_ALGORITHM, TYPE, CERTIFICATE_ARN, COMMON_NAME, REVOKED_AT, RENEWAL_ELIGIBILITY, ISSUED_AT, MANAGED_BY, EXPORT_OPTION, VALIDATION_METHOD, and IMPORTED_AT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
Specifies the field to sort results by. Valid values are CREATED_AT, NOT_AFTER, STATUS, RENEWAL_STATUS, EXPORTED, IN_USE, NOT_BEFORE, KEY_ALGORITHM, TYPE, CERTIFICATE_ARN, COMMON_NAME, REVOKED_AT, RENEWAL_ELIGIBILITY, ISSUED_AT, MANAGED_BY, EXPORT_OPTION, VALIDATION_METHOD, and IMPORTED_AT.
- Parameters:
sortBy- Specifies the field to sort results by. Valid values are CREATED_AT, NOT_AFTER, STATUS, RENEWAL_STATUS, EXPORTED, IN_USE, NOT_BEFORE, KEY_ALGORITHM, TYPE, CERTIFICATE_ARN, COMMON_NAME, REVOKED_AT, RENEWAL_ELIGIBILITY, ISSUED_AT, MANAGED_BY, EXPORT_OPTION, VALIDATION_METHOD, and IMPORTED_AT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Specifies the order of sorted results. Valid values are ASCENDING or DESCENDING.
- Parameters:
sortOrder- Specifies the order of sorted results. Valid values are ASCENDING or DESCENDING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Specifies the order of sorted results. Valid values are ASCENDING or DESCENDING.
- Parameters:
sortOrder- Specifies the order of sorted results. Valid values are ASCENDING or DESCENDING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
SearchCertificatesRequest.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
SearchCertificatesRequest.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.
-