Interface DescribeLoggingConfigurationResponse.Builder
-
- All Superinterfaces:
AmpResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<DescribeLoggingConfigurationResponse.Builder,DescribeLoggingConfigurationResponse>,SdkBuilder<DescribeLoggingConfigurationResponse.Builder,DescribeLoggingConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeLoggingConfigurationResponse
public static interface DescribeLoggingConfigurationResponse.Builder extends AmpResponse.Builder, SdkPojo, CopyableBuilder<DescribeLoggingConfigurationResponse.Builder,DescribeLoggingConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeLoggingConfigurationResponse.BuilderloggingConfiguration(Consumer<LoggingConfigurationMetadata.Builder> loggingConfiguration)A structure that displays the information about the logging configuration.DescribeLoggingConfigurationResponse.BuilderloggingConfiguration(LoggingConfigurationMetadata loggingConfiguration)A structure that displays the information about the logging configuration.-
Methods inherited from interface software.amazon.awssdk.services.amp.model.AmpResponse.Builder
build, responseMetadata, responseMetadata
-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
loggingConfiguration
DescribeLoggingConfigurationResponse.Builder loggingConfiguration(LoggingConfigurationMetadata loggingConfiguration)
A structure that displays the information about the logging configuration.
- Parameters:
loggingConfiguration- A structure that displays the information about the logging configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loggingConfiguration
default DescribeLoggingConfigurationResponse.Builder loggingConfiguration(Consumer<LoggingConfigurationMetadata.Builder> loggingConfiguration)
A structure that displays the information about the logging configuration.
This is a convenience method that creates an instance of theLoggingConfigurationMetadata.Builderavoiding the need to create one manually viaLoggingConfigurationMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tologgingConfiguration(LoggingConfigurationMetadata).- Parameters:
loggingConfiguration- a consumer that will call methods onLoggingConfigurationMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
loggingConfiguration(LoggingConfigurationMetadata)
-
-