Interface StartAssessmentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartAssessmentResponse.Builder,StartAssessmentResponse>,MigrationHubStrategyResponse.Builder,SdkBuilder<StartAssessmentResponse.Builder,StartAssessmentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartAssessmentResponse
public static interface StartAssessmentResponse.Builder extends MigrationHubStrategyResponse.Builder, SdkPojo, CopyableBuilder<StartAssessmentResponse.Builder,StartAssessmentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartAssessmentResponse.BuilderassessmentId(String assessmentId)The ID of the assessment.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
assessmentId
StartAssessmentResponse.Builder assessmentId(String assessmentId)
The ID of the assessment.
- Parameters:
assessmentId- The ID of the assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-