Interface Connect.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Connect.Builder,,Connect> SdkBuilder<Connect.Builder,,Connect> SdkPojo
- Enclosing class:
Connect
@Mutable
@NotThreadSafe
public static interface Connect.Builder
extends SdkPojo, CopyableBuilder<Connect.Builder,Connect>
-
Method Summary
Modifier and TypeMethodDescriptionauthorization(String authorization) Determines whether the Amazon Redshift connect integration is enabled or disabled for the application.authorization(ServiceAuthorization authorization) Determines whether the Amazon Redshift connect integration is enabled or disabled for the application.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, sdkFields
-
Method Details
-
authorization
Determines whether the Amazon Redshift connect integration is enabled or disabled for the application.
- Parameters:
authorization- Determines whether the Amazon Redshift connect integration is enabled or disabled for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authorization
Determines whether the Amazon Redshift connect integration is enabled or disabled for the application.
- Parameters:
authorization- Determines whether the Amazon Redshift connect integration is enabled or disabled for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-