Interface ProtectedJobOutputConfigurationOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProtectedJobOutputConfigurationOutput.Builder,,ProtectedJobOutputConfigurationOutput> SdkBuilder<ProtectedJobOutputConfigurationOutput.Builder,,ProtectedJobOutputConfigurationOutput> SdkPojo
- Enclosing class:
ProtectedJobOutputConfigurationOutput
@Mutable
@NotThreadSafe
public static interface ProtectedJobOutputConfigurationOutput.Builder
extends SdkPojo, CopyableBuilder<ProtectedJobOutputConfigurationOutput.Builder,ProtectedJobOutputConfigurationOutput>
-
Method Summary
Modifier and TypeMethodDescriptionThe member output configuration for a protected job.The member output configuration for a protected job.If present, the output for a protected job with an `S3` output type.If present, the output for a protected job with an `S3` output type.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
-
s3
If present, the output for a protected job with an `S3` output type.
- Parameters:
s3- If present, the output for a protected job with an `S3` output type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3
default ProtectedJobOutputConfigurationOutput.Builder s3(Consumer<ProtectedJobS3OutputConfigurationOutput.Builder> s3) If present, the output for a protected job with an `S3` output type.
This is a convenience method that creates an instance of theProtectedJobS3OutputConfigurationOutput.Builderavoiding the need to create one manually viaProtectedJobS3OutputConfigurationOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3(ProtectedJobS3OutputConfigurationOutput).- Parameters:
s3- a consumer that will call methods onProtectedJobS3OutputConfigurationOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
member
ProtectedJobOutputConfigurationOutput.Builder member(ProtectedJobMemberOutputConfigurationOutput member) The member output configuration for a protected job.
- Parameters:
member- The member output configuration for a protected job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
member
default ProtectedJobOutputConfigurationOutput.Builder member(Consumer<ProtectedJobMemberOutputConfigurationOutput.Builder> member) The member output configuration for a protected job.
This is a convenience method that creates an instance of theProtectedJobMemberOutputConfigurationOutput.Builderavoiding the need to create one manually viaProtectedJobMemberOutputConfigurationOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomember(ProtectedJobMemberOutputConfigurationOutput).- Parameters:
member- a consumer that will call methods onProtectedJobMemberOutputConfigurationOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-