Interface ResourceStateUpdateIncludeResources.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceStateUpdateIncludeResources.Builder,ResourceStateUpdateIncludeResources>,SdkBuilder<ResourceStateUpdateIncludeResources.Builder,ResourceStateUpdateIncludeResources>,SdkPojo
- Enclosing class:
- ResourceStateUpdateIncludeResources
public static interface ResourceStateUpdateIncludeResources.Builder extends SdkPojo, CopyableBuilder<ResourceStateUpdateIncludeResources.Builder,ResourceStateUpdateIncludeResources>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceStateUpdateIncludeResources.Builderamis(Boolean amis)Specifies whether the lifecycle action should apply to distributed AMIsResourceStateUpdateIncludeResources.Buildercontainers(Boolean containers)Specifies whether the lifecycle action should apply to distributed containers.ResourceStateUpdateIncludeResources.Buildersnapshots(Boolean snapshots)Specifies whether the lifecycle action should apply to snapshots associated with distributed AMIs.-
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
-
amis
ResourceStateUpdateIncludeResources.Builder amis(Boolean amis)
Specifies whether the lifecycle action should apply to distributed AMIs
- Parameters:
amis- Specifies whether the lifecycle action should apply to distributed AMIs- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshots
ResourceStateUpdateIncludeResources.Builder snapshots(Boolean snapshots)
Specifies whether the lifecycle action should apply to snapshots associated with distributed AMIs.
- Parameters:
snapshots- Specifies whether the lifecycle action should apply to snapshots associated with distributed AMIs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containers
ResourceStateUpdateIncludeResources.Builder containers(Boolean containers)
Specifies whether the lifecycle action should apply to distributed containers.
- Parameters:
containers- Specifies whether the lifecycle action should apply to distributed containers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-