Interface AzElSegmentsData.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AzElSegmentsData.Builder,,- AzElSegmentsData> - SdkBuilder<AzElSegmentsData.Builder,,- AzElSegmentsData> - SdkPojo
- Enclosing class:
- AzElSegmentsData
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
s3ObjectThe 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.
 
- 
s3ObjectThe 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 on- S3Object.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
azElDataAzimuth 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.
 
- 
azElDataAzimuth 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 on- AzElSegments.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-