Package com.pulumi.aws.opsworks.outputs
Class PhpAppLayerCloudwatchConfiguration.Builder
- java.lang.Object
-
- com.pulumi.aws.opsworks.outputs.PhpAppLayerCloudwatchConfiguration.Builder
-
- Enclosing class:
- PhpAppLayerCloudwatchConfiguration
public static final class PhpAppLayerCloudwatchConfiguration.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(PhpAppLayerCloudwatchConfiguration defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhpAppLayerCloudwatchConfiguration
build()
PhpAppLayerCloudwatchConfiguration.Builder
enabled(java.lang.Boolean enabled)
PhpAppLayerCloudwatchConfiguration.Builder
logStreams(PhpAppLayerCloudwatchConfigurationLogStream... logStreams)
PhpAppLayerCloudwatchConfiguration.Builder
logStreams(java.util.List<PhpAppLayerCloudwatchConfigurationLogStream> logStreams)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(PhpAppLayerCloudwatchConfiguration defaults)
-
-
Method Detail
-
enabled
public PhpAppLayerCloudwatchConfiguration.Builder enabled(@Nullable java.lang.Boolean enabled)
-
logStreams
public PhpAppLayerCloudwatchConfiguration.Builder logStreams(@Nullable java.util.List<PhpAppLayerCloudwatchConfigurationLogStream> logStreams)
-
logStreams
public PhpAppLayerCloudwatchConfiguration.Builder logStreams(PhpAppLayerCloudwatchConfigurationLogStream... logStreams)
-
build
public PhpAppLayerCloudwatchConfiguration build()
-
-