Interface LogFieldType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LogFieldType.Builder,,LogFieldType> SdkBuilder<LogFieldType.Builder,,LogFieldType> SdkPojo
- Enclosing class:
- LogFieldType
@Mutable
@NotThreadSafe
public static interface LogFieldType.Builder
extends SdkPojo, CopyableBuilder<LogFieldType.Builder,LogFieldType>
-
Method Summary
Modifier and TypeMethodDescriptiondefault LogFieldType.Builderelement(Consumer<LogFieldType.Builder> element) For array or collection types, specifies the element type information.element(LogFieldType element) For array or collection types, specifies the element type information.fields(Collection<LogFieldsListItem> fields) For complex types, contains the nested field definitions.fields(Consumer<LogFieldsListItem.Builder>... fields) For complex types, contains the nested field definitions.fields(LogFieldsListItem... fields) For complex types, contains the nested field definitions.The data type of the log field.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
-
type
The data type of the log field.
- Parameters:
type- The data type of the log field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
element
For array or collection types, specifies the element type information.
- Parameters:
element- For array or collection types, specifies the element type information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
element
For array or collection types, specifies the element type information.
This is a convenience method that creates an instance of theLogFieldType.Builderavoiding the need to create one manually viaLogFieldType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toelement(LogFieldType).- Parameters:
element- a consumer that will call methods onLogFieldType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fields
For complex types, contains the nested field definitions.
- Parameters:
fields- For complex types, contains the nested field definitions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
For complex types, contains the nested field definitions.
- Parameters:
fields- For complex types, contains the nested field definitions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
For complex types, contains the nested field definitions.
This is a convenience method that creates an instance of theLogFieldsListItem.Builderavoiding the need to create one manually viaLogFieldsListItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofields(List<LogFieldsListItem>).- Parameters:
fields- a consumer that will call methods onLogFieldsListItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-