Interface ProtectedJobMemberOutputConfigurationInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProtectedJobMemberOutputConfigurationInput.Builder,
,ProtectedJobMemberOutputConfigurationInput> SdkBuilder<ProtectedJobMemberOutputConfigurationInput.Builder,
,ProtectedJobMemberOutputConfigurationInput> SdkPojo
- Enclosing class:
ProtectedJobMemberOutputConfigurationInput
@Mutable
@NotThreadSafe
public static interface ProtectedJobMemberOutputConfigurationInput.Builder
extends SdkPojo, CopyableBuilder<ProtectedJobMemberOutputConfigurationInput.Builder,ProtectedJobMemberOutputConfigurationInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe account ID.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, sdkFieldNameToField, sdkFields
-
Method Details
-
accountId
The account ID.
- Parameters:
accountId
- The account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-