Interface GetIntegrationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<GetIntegrationRequest.Builder,,GetIntegrationRequest> SdkBuilder<GetIntegrationRequest.Builder,,GetIntegrationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetIntegrationRequest
@Mutable
@NotThreadSafe
public static interface GetIntegrationRequest.Builder
extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<GetIntegrationRequest.Builder,GetIntegrationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionintegrationName(String integrationName) The name of the integration that you want to find information about.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
integrationName
The name of the integration that you want to find information about. To find the name of your integration, use ListIntegrations
- Parameters:
integrationName- The name of the integration that you want to find information about. To find the name of your integration, use ListIntegrations- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetIntegrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetIntegrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-