Interface InvocationLogSource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InvocationLogSource.Builder,
,InvocationLogSource> SdkBuilder<InvocationLogSource.Builder,
,InvocationLogSource> SdkPojo
- Enclosing class:
InvocationLogSource
@Mutable
@NotThreadSafe
public static interface InvocationLogSource.Builder
extends SdkPojo, CopyableBuilder<InvocationLogSource.Builder,InvocationLogSource>
-
Method Summary
Modifier and TypeMethodDescriptionThe URI of an invocation log in a bucket.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
-
Method Details
-
s3Uri
The URI of an invocation log in a bucket.
- Parameters:
s3Uri
- The URI of an invocation log in a bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-