Interface TrailInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TrailInfo.Builder,TrailInfo>,SdkBuilder<TrailInfo.Builder,TrailInfo>,SdkPojo
- Enclosing class:
- TrailInfo
public static interface TrailInfo.Builder extends SdkPojo, CopyableBuilder<TrailInfo.Builder,TrailInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrailInfo.BuilderhomeRegion(String homeRegion)The Amazon Web Services Region in which a trail was created.TrailInfo.Buildername(String name)The name of a trail.TrailInfo.BuildertrailARN(String trailARN)The ARN of a trail.-
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, sdkFields
-
-
-
-
Method Detail
-
trailARN
TrailInfo.Builder trailARN(String trailARN)
The ARN of a trail.
- Parameters:
trailARN- The ARN of a trail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
TrailInfo.Builder name(String name)
The name of a trail.
- Parameters:
name- The name of a trail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
homeRegion
TrailInfo.Builder homeRegion(String homeRegion)
The Amazon Web Services Region in which a trail was created.
- Parameters:
homeRegion- The Amazon Web Services Region in which a trail was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-