Interface LoggingFormat.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<LoggingFormat.Builder,,- LoggingFormat> - SdkBuilder<LoggingFormat.Builder,,- LoggingFormat> - SdkPojo
- Enclosing class:
- LoggingFormat
@Mutable
@NotThreadSafe
public static interface LoggingFormat.Builder
extends SdkPojo, CopyableBuilder<LoggingFormat.Builder,LoggingFormat> 
- 
Method SummaryModifier and TypeMethodDescriptionjson(Collection<JsonFormatRef> json) json(Consumer<JsonFormatRef.Builder>... json) This is a convenience method that creates an instance of theJsonFormatRef.Builderavoiding the need to create one manually viaJsonFormatRef.builder().json(JsonFormatRef... json) 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- 
json- Parameters:
- json-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
json- Parameters:
- json-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
jsonThis is a convenience method that creates an instance of theJsonFormatRef.Builderavoiding the need to create one manually viaJsonFormatRef.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojson(List<JsonFormatRef>).- Parameters:
- json- a consumer that will call methods on- JsonFormatRef.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
text- Parameters:
- text-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-