Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.GetIntegrationResponse.Builder
Packages that use GetIntegrationResponse.Builder
-
Uses of GetIntegrationResponse.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return GetIntegrationResponse.BuilderModifier and TypeMethodDescriptionGetIntegrationResponse.builder()default GetIntegrationResponse.BuilderGetIntegrationResponse.Builder.integrationDetails(Consumer<IntegrationDetails.Builder> integrationDetails) A structure that contains information about the integration configuration.GetIntegrationResponse.Builder.integrationDetails(IntegrationDetails integrationDetails) A structure that contains information about the integration configuration.GetIntegrationResponse.Builder.integrationName(String integrationName) The name of the integration.GetIntegrationResponse.Builder.integrationStatus(String integrationStatus) The current status of this integration.GetIntegrationResponse.Builder.integrationStatus(IntegrationStatus integrationStatus) The current status of this integration.GetIntegrationResponse.Builder.integrationType(String integrationType) The type of integration.GetIntegrationResponse.Builder.integrationType(IntegrationType integrationType) The type of integration.GetIntegrationResponse.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type GetIntegrationResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetIntegrationResponse.Builder>GetIntegrationResponse.serializableBuilderClass()