Interface PutIntegrationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudWatchLogsResponse.Builder,CopyableBuilder<PutIntegrationResponse.Builder,PutIntegrationResponse>,SdkBuilder<PutIntegrationResponse.Builder,PutIntegrationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- PutIntegrationResponse
public static interface PutIntegrationResponse.Builder extends CloudWatchLogsResponse.Builder, SdkPojo, CopyableBuilder<PutIntegrationResponse.Builder,PutIntegrationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutIntegrationResponse.BuilderintegrationName(String integrationName)The name of the integration that you just created.PutIntegrationResponse.BuilderintegrationStatus(String integrationStatus)The status of the integration that you just created.PutIntegrationResponse.BuilderintegrationStatus(IntegrationStatus integrationStatus)The status of the integration that you just created.-
Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
integrationName
PutIntegrationResponse.Builder integrationName(String integrationName)
The name of the integration that you just created.
- Parameters:
integrationName- The name of the integration that you just created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrationStatus
PutIntegrationResponse.Builder integrationStatus(String integrationStatus)
The status of the integration that you just created.
After you create an integration, it takes a few minutes to complete. During this time, you'll see the status as
PROVISIONING.- Parameters:
integrationStatus- The status of the integration that you just created.After you create an integration, it takes a few minutes to complete. During this time, you'll see the status as
PROVISIONING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IntegrationStatus,IntegrationStatus
-
integrationStatus
PutIntegrationResponse.Builder integrationStatus(IntegrationStatus integrationStatus)
The status of the integration that you just created.
After you create an integration, it takes a few minutes to complete. During this time, you'll see the status as
PROVISIONING.- Parameters:
integrationStatus- The status of the integration that you just created.After you create an integration, it takes a few minutes to complete. During this time, you'll see the status as
PROVISIONING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IntegrationStatus,IntegrationStatus
-
-