Interface AzElSegmentsData.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AzElSegmentsData.Builder,,AzElSegmentsData> SdkBuilder<AzElSegmentsData.Builder,,AzElSegmentsData> SdkPojo
- Enclosing class:
AzElSegmentsData
-
Method Summary
Modifier and TypeMethodDescriptiondefault AzElSegmentsData.BuilderazElData(Consumer<AzElSegments.Builder> azElData) Azimuth elevation segment data provided directly in the request.azElData(AzElSegments azElData) Azimuth elevation segment data provided directly in the request.default AzElSegmentsData.Builders3Object(Consumer<S3Object.Builder> s3Object) The Amazon S3 object containing azimuth elevation segment data.The Amazon S3 object containing azimuth elevation segment data.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
-
s3Object
The Amazon S3 object containing azimuth elevation segment data.
The Amazon S3 object must contain JSON-formatted azimuth elevation data matching the AzElSegments structure.
- Parameters:
s3Object- The Amazon S3 object containing azimuth elevation segment data.The Amazon S3 object must contain JSON-formatted azimuth elevation data matching the AzElSegments structure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Object
The Amazon S3 object containing azimuth elevation segment data.
The Amazon S3 object must contain JSON-formatted azimuth elevation data matching the AzElSegments structure.
This is a convenience method that creates an instance of theS3Object.Builderavoiding the need to create one manually viaS3Object.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Object(S3Object).- Parameters:
s3Object- a consumer that will call methods onS3Object.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
azElData
Azimuth elevation segment data provided directly in the request.
Use this option for smaller datasets or when Amazon S3 access is not available.
- Parameters:
azElData- Azimuth elevation segment data provided directly in the request.Use this option for smaller datasets or when Amazon S3 access is not available.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
azElData
Azimuth elevation segment data provided directly in the request.
Use this option for smaller datasets or when Amazon S3 access is not available.
This is a convenience method that creates an instance of theAzElSegments.Builderavoiding the need to create one manually viaAzElSegments.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toazElData(AzElSegments).- Parameters:
azElData- a consumer that will call methods onAzElSegments.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-