Interface ProtectedJobOutputConfigurationInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProtectedJobOutputConfigurationInput.Builder,
,ProtectedJobOutputConfigurationInput> SdkBuilder<ProtectedJobOutputConfigurationInput.Builder,
,ProtectedJobOutputConfigurationInput> SdkPojo
- Enclosing class:
ProtectedJobOutputConfigurationInput
@Mutable
@NotThreadSafe
public static interface ProtectedJobOutputConfigurationInput.Builder
extends SdkPojo, CopyableBuilder<ProtectedJobOutputConfigurationInput.Builder,ProtectedJobOutputConfigurationInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe member of the protected job output configuration input.The member of the protected job output configuration input.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
-
member
ProtectedJobOutputConfigurationInput.Builder member(ProtectedJobMemberOutputConfigurationInput member) The member of the protected job output configuration input.
- Parameters:
member
- The member of the protected job output configuration input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
member
default ProtectedJobOutputConfigurationInput.Builder member(Consumer<ProtectedJobMemberOutputConfigurationInput.Builder> member) The member of the protected job output configuration input.
This is a convenience method that creates an instance of theProtectedJobMemberOutputConfigurationInput.Builder
avoiding the need to create one manually viaProtectedJobMemberOutputConfigurationInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomember(ProtectedJobMemberOutputConfigurationInput)
.- Parameters:
member
- a consumer that will call methods onProtectedJobMemberOutputConfigurationInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-