Interface JobLogEventData.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<JobLogEventData.Builder,,JobLogEventData> SdkBuilder<JobLogEventData.Builder,,JobLogEventData> SdkPojo
- Enclosing class:
JobLogEventData
@Mutable
@NotThreadSafe
public static interface JobLogEventData.Builder
extends SdkPojo, CopyableBuilder<JobLogEventData.Builder,JobLogEventData>
-
Method Summary
Modifier and TypeMethodDescriptionattemptCount(Integer attemptCount) Retries for this operation.conversionServerID(String conversionServerID) Job Event conversion Server ID.maxAttemptsCount(Integer maxAttemptsCount) The maximum number of retries that will be attempted if this operation failed.Job error.sourceServerID(String sourceServerID) Job Event Source Server ID.targetInstanceID(String targetInstanceID) Job Event Target instance ID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
sourceServerID
Job Event Source Server ID.
- Parameters:
sourceServerID- Job Event Source Server ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conversionServerID
Job Event conversion Server ID.
- Parameters:
conversionServerID- Job Event conversion Server ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetInstanceID
Job Event Target instance ID.
- Parameters:
targetInstanceID- Job Event Target instance ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rawError
Job error.
- Parameters:
rawError- Job error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attemptCount
Retries for this operation.
- Parameters:
attemptCount- Retries for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxAttemptsCount
The maximum number of retries that will be attempted if this operation failed.
- Parameters:
maxAttemptsCount- The maximum number of retries that will be attempted if this operation failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-