Interface UpdateConnectorResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateConnectorResponse.Builder,,UpdateConnectorResponse> SdkBuilder<UpdateConnectorResponse.Builder,,UpdateConnectorResponse> SdkPojo,SdkResponse.Builder,SecurityHubResponse.Builder
- Enclosing class:
UpdateConnectorResponse
@Mutable
@NotThreadSafe
public static interface UpdateConnectorResponse.Builder
extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<UpdateConnectorResponse.Builder,UpdateConnectorResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconnectorStatus(String connectorStatus) The connectivity status of the connector after the update.connectorStatus(CspmConnectorStatus connectorStatus) The connectivity status of the connector after the update.enablementStatus(String enablementStatus) The enablement status of the connector after the update.enablementStatus(CspmEnablementStatus enablementStatus) The enablement status of the connector after the update.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
connectorStatus
The connectivity status of the connector after the update.
- Parameters:
connectorStatus- The connectivity status of the connector after the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectorStatus
The connectivity status of the connector after the update.
- Parameters:
connectorStatus- The connectivity status of the connector after the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enablementStatus
The enablement status of the connector after the update.
- Parameters:
enablementStatus- The enablement status of the connector after the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enablementStatus
The enablement status of the connector after the update.
- Parameters:
enablementStatus- The enablement status of the connector after the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-