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