Interface CfnUser.PhotosItemsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUser.PhotosItemsProperty.Jsii$Proxy
- Enclosing class:
CfnUser
@Stability(Stable)
public static interface CfnUser.PhotosItemsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.identitystore.*;
PhotosItemsProperty photosItemsProperty = PhotosItemsProperty.builder()
.value("value")
// the properties below are optional
.display("display")
.primary(false)
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUser.PhotosItemsPropertystatic final classAn implementation forCfnUser.PhotosItemsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getValue
The photo data or URL.- See Also:
-
getDisplay
A display name for the photo.- See Also:
-
getPrimary
Whether this is the primary photo.Returns union: either
BooleanorIResolvable- See Also:
-
getType
The type of photo.- See Also:
-
builder
-