Interface PutIntegrationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<PutIntegrationRequest.Builder,PutIntegrationRequest>,SdkBuilder<PutIntegrationRequest.Builder,PutIntegrationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutIntegrationRequest
public static interface PutIntegrationRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<PutIntegrationRequest.Builder,PutIntegrationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PutIntegrationRequest.BuilderintegrationName(String integrationName)A name for the integration.PutIntegrationRequest.BuilderintegrationType(String integrationType)The type of integration.PutIntegrationRequest.BuilderintegrationType(IntegrationType integrationType)The type of integration.PutIntegrationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutIntegrationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default PutIntegrationRequest.BuilderresourceConfig(Consumer<ResourceConfig.Builder> resourceConfig)A structure that contains configuration information for the integration that you are creating.PutIntegrationRequest.BuilderresourceConfig(ResourceConfig resourceConfig)A structure that contains configuration information for the integration that you are creating.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
integrationName
PutIntegrationRequest.Builder integrationName(String integrationName)
A name for the integration.
- Parameters:
integrationName- A name for the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceConfig
PutIntegrationRequest.Builder resourceConfig(ResourceConfig resourceConfig)
A structure that contains configuration information for the integration that you are creating.
- Parameters:
resourceConfig- A structure that contains configuration information for the integration that you are creating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceConfig
default PutIntegrationRequest.Builder resourceConfig(Consumer<ResourceConfig.Builder> resourceConfig)
A structure that contains configuration information for the integration that you are creating.
This is a convenience method that creates an instance of theResourceConfig.Builderavoiding the need to create one manually viaResourceConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresourceConfig(ResourceConfig).- Parameters:
resourceConfig- a consumer that will call methods onResourceConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
resourceConfig(ResourceConfig)
-
integrationType
PutIntegrationRequest.Builder integrationType(String integrationType)
The type of integration. Currently, the only supported type is
OPENSEARCH.- Parameters:
integrationType- The type of integration. Currently, the only supported type isOPENSEARCH.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IntegrationType,IntegrationType
-
integrationType
PutIntegrationRequest.Builder integrationType(IntegrationType integrationType)
The type of integration. Currently, the only supported type is
OPENSEARCH.- Parameters:
integrationType- The type of integration. Currently, the only supported type isOPENSEARCH.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IntegrationType,IntegrationType
-
overrideConfiguration
PutIntegrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutIntegrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-