Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutIntegrationResponse.Builder
Packages that use PutIntegrationResponse.Builder
-
Uses of PutIntegrationResponse.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutIntegrationResponse.BuilderModifier and TypeMethodDescriptionPutIntegrationResponse.builder()PutIntegrationResponse.Builder.integrationName(String integrationName) The name of the integration that you just created.PutIntegrationResponse.Builder.integrationStatus(String integrationStatus) The status of the integration that you just created.PutIntegrationResponse.Builder.integrationStatus(IntegrationStatus integrationStatus) The status of the integration that you just created.PutIntegrationResponse.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutIntegrationResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutIntegrationResponse.Builder>PutIntegrationResponse.serializableBuilderClass()