Interface ExportingLocation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExportingLocation.Builder,ExportingLocation>,SdkBuilder<ExportingLocation.Builder,ExportingLocation>,SdkPojo
- Enclosing class:
- ExportingLocation
public static interface ExportingLocation.Builder extends SdkPojo, CopyableBuilder<ExportingLocation.Builder,ExportingLocation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ExportingLocation.Builders3Exporting(Consumer<S3ExportingLocation.Builder> s3Exporting)Information about the S3 location where Identity Resolution Jobs write result files.ExportingLocation.Builders3Exporting(S3ExportingLocation s3Exporting)Information about the S3 location where Identity Resolution Jobs write result files.-
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
-
s3Exporting
ExportingLocation.Builder s3Exporting(S3ExportingLocation s3Exporting)
Information about the S3 location where Identity Resolution Jobs write result files.
- Parameters:
s3Exporting- Information about the S3 location where Identity Resolution Jobs write result files.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Exporting
default ExportingLocation.Builder s3Exporting(Consumer<S3ExportingLocation.Builder> s3Exporting)
Information about the S3 location where Identity Resolution Jobs write result files.
This is a convenience method that creates an instance of theS3ExportingLocation.Builderavoiding the need to create one manually viaS3ExportingLocation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Exporting(S3ExportingLocation).- Parameters:
s3Exporting- a consumer that will call methods onS3ExportingLocation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3Exporting(S3ExportingLocation)
-
-