Interface ImagePermissions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImagePermissions.Builder,ImagePermissions>,SdkBuilder<ImagePermissions.Builder,ImagePermissions>,SdkPojo
- Enclosing class:
- ImagePermissions
public static interface ImagePermissions.Builder extends SdkPojo, CopyableBuilder<ImagePermissions.Builder,ImagePermissions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImagePermissions.BuilderallowFleet(Boolean allowFleet)Indicates whether the image can be used for a fleet.ImagePermissions.BuilderallowImageBuilder(Boolean allowImageBuilder)Indicates whether the image can be used for an image builder.-
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
-
allowFleet
ImagePermissions.Builder allowFleet(Boolean allowFleet)
Indicates whether the image can be used for a fleet.
- Parameters:
allowFleet- Indicates whether the image can be used for a fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowImageBuilder
ImagePermissions.Builder allowImageBuilder(Boolean allowImageBuilder)
Indicates whether the image can be used for an image builder.
- Parameters:
allowImageBuilder- Indicates whether the image can be used for an image builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-