Interface PutIntegrationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudWatchLogsResponse.Builder
,CopyableBuilder<PutIntegrationResponse.Builder,
,PutIntegrationResponse> SdkBuilder<PutIntegrationResponse.Builder,
,PutIntegrationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
PutIntegrationResponse
@Mutable
@NotThreadSafe
public static interface PutIntegrationResponse.Builder
extends CloudWatchLogsResponse.Builder, SdkPojo, CopyableBuilder<PutIntegrationResponse.Builder,PutIntegrationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionintegrationName
(String integrationName) The name of the integration that you just created.integrationStatus
(String integrationStatus) The status of the integration that you just created.integrationStatus
(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 Details
-
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
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
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:
-