Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.Logging.Builder
-
Packages that use Logging.Builder Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of Logging.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return Logging.Builder Modifier and Type Method Description static Logging.BuilderLogging. builder()default Logging.BuilderLogging.Builder. s3Logs(Consumer<S3Logs.Builder> s3Logs)The Amazon S3 logging configuration.Logging.BuilderLogging.Builder. s3Logs(S3Logs s3Logs)The Amazon S3 logging configuration.Logging.BuilderLogging. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type Logging.Builder Modifier and Type Method Description static Class<? extends Logging.Builder>Logging. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type Logging.Builder Modifier and Type Method Description default CreateInfrastructureConfigurationRequest.BuilderCreateInfrastructureConfigurationRequest.Builder. logging(Consumer<Logging.Builder> logging)The logging configuration of the infrastructure configuration.default InfrastructureConfiguration.BuilderInfrastructureConfiguration.Builder. logging(Consumer<Logging.Builder> logging)The logging configuration of the infrastructure configuration.default UpdateInfrastructureConfigurationRequest.BuilderUpdateInfrastructureConfigurationRequest.Builder. logging(Consumer<Logging.Builder> logging)The logging configuration of the infrastructure configuration.
-