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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvocationLogSource.Builders3Uri(String s3Uri)The 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 Detail
-
s3Uri
InvocationLogSource.Builder s3Uri(String 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.
-
-