Class IntegrationReference.Builder
java.lang.Object
software.amazon.awscdk.services.logs.IntegrationReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<IntegrationReference>
- Enclosing interface:
IntegrationReference
@Stability(Stable)
public static final class IntegrationReference.Builder
extends Object
implements software.amazon.jsii.Builder<IntegrationReference>
A builder for
IntegrationReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.integrationName
(String integrationName) Sets the value ofIntegrationReference.getIntegrationName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
integrationName
Sets the value ofIntegrationReference.getIntegrationName()
- Parameters:
integrationName
- The IntegrationName of the Integration resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<IntegrationReference>
- Returns:
- a new instance of
IntegrationReference
- Throws:
NullPointerException
- if any required attribute was not provided
-