Interface DescribeAssessmentRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeAssessmentRequest.Builder,,DescribeAssessmentRequest> MarketplaceCatalogRequest.Builder,SdkBuilder<DescribeAssessmentRequest.Builder,,DescribeAssessmentRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DescribeAssessmentRequest
@Mutable
@NotThreadSafe
public static interface DescribeAssessmentRequest.Builder
extends MarketplaceCatalogRequest.Builder, SdkPojo, CopyableBuilder<DescribeAssessmentRequest.Builder,DescribeAssessmentRequest>
-
Method Summary
Modifier and TypeMethodDescriptionassessmentIdentifier(String assessmentIdentifier) The unique identifier of the assessment to describe.The catalog related to the request.maxResults(Integer maxResults) Specifies the upper limit ofControlAssessmentelements returned on a single page.The value of the next token, if it exists.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.services.marketplacecatalog.model.MarketplaceCatalogRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
catalog
The catalog related to the request. Fixed value:
AWSMarketplace- Parameters:
catalog- The catalog related to the request. Fixed value:AWSMarketplace- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assessmentIdentifier
The unique identifier of the assessment to describe. You can provide either the assessment ID (for example,
assessment-12345) or the full assessment ARN (for example,arn:aws:aws-marketplace:us-east-1::AWSMarketplace/Assessment/assessment-12345).- Parameters:
assessmentIdentifier- The unique identifier of the assessment to describe. You can provide either the assessment ID (for example,assessment-12345) or the full assessment ARN (for example,arn:aws:aws-marketplace:us-east-1::AWSMarketplace/Assessment/assessment-12345).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Specifies the upper limit of
ControlAssessmentelements returned on a single page. If a value isn't provided, the default value is 50. Valid values range from 1 to 100.- Parameters:
maxResults- Specifies the upper limit ofControlAssessmentelements returned on a single page. If a value isn't provided, the default value is 50. Valid values range from 1 to 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The value of the next token, if it exists.
nullif there are no more results.- Parameters:
nextToken- The value of the next token, if it exists.nullif there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeAssessmentRequest.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
DescribeAssessmentRequest.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.
-