Interface InstanceOnboardingJobStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceOnboardingJobStatus.Builder,InstanceOnboardingJobStatus>,SdkBuilder<InstanceOnboardingJobStatus.Builder,InstanceOnboardingJobStatus>,SdkPojo
- Enclosing class:
- InstanceOnboardingJobStatus
public static interface InstanceOnboardingJobStatus.Builder extends SdkPojo, CopyableBuilder<InstanceOnboardingJobStatus.Builder,InstanceOnboardingJobStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceOnboardingJobStatus.BuilderconnectInstanceId(String connectInstanceId)Sets the value of the ConnectInstanceId property for this object.InstanceOnboardingJobStatus.BuilderfailureCode(String failureCode)Sets the value of the FailureCode property for this object.InstanceOnboardingJobStatus.BuilderfailureCode(InstanceOnboardingJobFailureCode failureCode)Sets the value of the FailureCode property for this object.InstanceOnboardingJobStatus.Builderstatus(String status)Sets the value of the Status property for this object.InstanceOnboardingJobStatus.Builderstatus(InstanceOnboardingJobStatusCode status)Sets the value of the Status property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
connectInstanceId
InstanceOnboardingJobStatus.Builder connectInstanceId(String connectInstanceId)
Sets the value of the ConnectInstanceId property for this object.- Parameters:
connectInstanceId- The new value for the ConnectInstanceId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
InstanceOnboardingJobStatus.Builder status(String status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstanceOnboardingJobStatusCode,InstanceOnboardingJobStatusCode
-
status
InstanceOnboardingJobStatus.Builder status(InstanceOnboardingJobStatusCode status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstanceOnboardingJobStatusCode,InstanceOnboardingJobStatusCode
-
failureCode
InstanceOnboardingJobStatus.Builder failureCode(String failureCode)
Sets the value of the FailureCode property for this object.- Parameters:
failureCode- The new value for the FailureCode property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstanceOnboardingJobFailureCode,InstanceOnboardingJobFailureCode
-
failureCode
InstanceOnboardingJobStatus.Builder failureCode(InstanceOnboardingJobFailureCode failureCode)
Sets the value of the FailureCode property for this object.- Parameters:
failureCode- The new value for the FailureCode property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstanceOnboardingJobFailureCode,InstanceOnboardingJobFailureCode
-
-