Interface DescribeAdAssessmentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeAdAssessmentResponse.Builder,
,DescribeAdAssessmentResponse> DirectoryResponse.Builder
,SdkBuilder<DescribeAdAssessmentResponse.Builder,
,DescribeAdAssessmentResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeAdAssessmentResponse
-
Method Summary
Modifier and TypeMethodDescriptionassessment
(Consumer<Assessment.Builder> assessment) Detailed information about the self-managed instance settings (IDs and DNS IPs).assessment
(Assessment assessment) Detailed information about the self-managed instance settings (IDs and DNS IPs).assessmentReports
(Collection<AssessmentReport> assessmentReports) A list of assessment reports containing validation results for each domain controller and test category.assessmentReports
(Consumer<AssessmentReport.Builder>... assessmentReports) A list of assessment reports containing validation results for each domain controller and test category.assessmentReports
(AssessmentReport... assessmentReports) A list of assessment reports containing validation results for each domain controller and test category.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.directory.model.DirectoryResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
assessment
Detailed information about the self-managed instance settings (IDs and DNS IPs).
- Parameters:
assessment
- Detailed information about the self-managed instance settings (IDs and DNS IPs).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assessment
Detailed information about the self-managed instance settings (IDs and DNS IPs).
This is a convenience method that creates an instance of theAssessment.Builder
avoiding the need to create one manually viaAssessment.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toassessment(Assessment)
.- Parameters:
assessment
- a consumer that will call methods onAssessment.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
assessmentReports
DescribeAdAssessmentResponse.Builder assessmentReports(Collection<AssessmentReport> assessmentReports) A list of assessment reports containing validation results for each domain controller and test category. Each report includes specific validation details and outcomes.
- Parameters:
assessmentReports
- A list of assessment reports containing validation results for each domain controller and test category. Each report includes specific validation details and outcomes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assessmentReports
A list of assessment reports containing validation results for each domain controller and test category. Each report includes specific validation details and outcomes.
- Parameters:
assessmentReports
- A list of assessment reports containing validation results for each domain controller and test category. Each report includes specific validation details and outcomes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assessmentReports
DescribeAdAssessmentResponse.Builder assessmentReports(Consumer<AssessmentReport.Builder>... assessmentReports) A list of assessment reports containing validation results for each domain controller and test category. Each report includes specific validation details and outcomes.
This is a convenience method that creates an instance of theAssessmentReport.Builder
avoiding the need to create one manually viaAssessmentReport.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toassessmentReports(List<AssessmentReport>)
.- Parameters:
assessmentReports
- a consumer that will call methods onAssessmentReport.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-