Interface ExternalInvocationConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExternalInvocationConfiguration.Builder,,ExternalInvocationConfiguration> SdkBuilder<ExternalInvocationConfiguration.Builder,,ExternalInvocationConfiguration> SdkPojo
- Enclosing class:
ExternalInvocationConfiguration
@Mutable
@NotThreadSafe
public static interface ExternalInvocationConfiguration.Builder
extends SdkPojo, CopyableBuilder<ExternalInvocationConfiguration.Builder,ExternalInvocationConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionEnable external invocation.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
-
enabled
Enable external invocation.
- Parameters:
enabled- Enable external invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-