Interface GetAssessmentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAssessmentResponse.Builder,GetAssessmentResponse>,MigrationHubStrategyResponse.Builder,SdkBuilder<GetAssessmentResponse.Builder,GetAssessmentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAssessmentResponse
public static interface GetAssessmentResponse.Builder extends MigrationHubStrategyResponse.Builder, SdkPojo, CopyableBuilder<GetAssessmentResponse.Builder,GetAssessmentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetAssessmentResponse.BuilderassessmentTargets(Collection<AssessmentTarget> assessmentTargets)List of criteria for assessment.GetAssessmentResponse.BuilderassessmentTargets(Consumer<AssessmentTarget.Builder>... assessmentTargets)List of criteria for assessment.GetAssessmentResponse.BuilderassessmentTargets(AssessmentTarget... assessmentTargets)List of criteria for assessment.default GetAssessmentResponse.BuilderdataCollectionDetails(Consumer<DataCollectionDetails.Builder> dataCollectionDetails)Detailed information about the assessment.GetAssessmentResponse.BuilderdataCollectionDetails(DataCollectionDetails dataCollectionDetails)Detailed information about the assessment.GetAssessmentResponse.Builderid(String id)The ID for the specific assessment task.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhubstrategy.model.MigrationHubStrategyResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
assessmentTargets
GetAssessmentResponse.Builder assessmentTargets(Collection<AssessmentTarget> assessmentTargets)
List of criteria for assessment.
- Parameters:
assessmentTargets- List of criteria for assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assessmentTargets
GetAssessmentResponse.Builder assessmentTargets(AssessmentTarget... assessmentTargets)
List of criteria for assessment.
- Parameters:
assessmentTargets- List of criteria for assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assessmentTargets
GetAssessmentResponse.Builder assessmentTargets(Consumer<AssessmentTarget.Builder>... assessmentTargets)
List of criteria for assessment.
This is a convenience method that creates an instance of theAssessmentTarget.Builderavoiding the need to create one manually viaAssessmentTarget.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#assessmentTargets(List.) - Parameters:
assessmentTargets- a consumer that will call methods onAssessmentTarget.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#assessmentTargets(java.util.Collection)
-
dataCollectionDetails
GetAssessmentResponse.Builder dataCollectionDetails(DataCollectionDetails dataCollectionDetails)
Detailed information about the assessment.
- Parameters:
dataCollectionDetails- Detailed information about the assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataCollectionDetails
default GetAssessmentResponse.Builder dataCollectionDetails(Consumer<DataCollectionDetails.Builder> dataCollectionDetails)
Detailed information about the assessment.
This is a convenience method that creates an instance of theDataCollectionDetails.Builderavoiding the need to create one manually viaDataCollectionDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataCollectionDetails(DataCollectionDetails).- Parameters:
dataCollectionDetails- a consumer that will call methods onDataCollectionDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dataCollectionDetails(DataCollectionDetails)
-
id
GetAssessmentResponse.Builder id(String id)
The ID for the specific assessment task.
- Parameters:
id- The ID for the specific assessment task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-