Uses of Interface
software.amazon.awssdk.services.config.model.Relationship.Builder
-
Packages that use Relationship.Builder Package Description software.amazon.awssdk.services.config.model -
-
Uses of Relationship.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return Relationship.Builder Modifier and Type Method Description static Relationship.BuilderRelationship. builder()Relationship.BuilderRelationship.Builder. relationshipName(String relationshipName)The type of relationship with the related resource.Relationship.BuilderRelationship.Builder. resourceId(String resourceId)The ID of the related resource (for example,sg-xxxxxx).Relationship.BuilderRelationship.Builder. resourceName(String resourceName)The custom name of the related resource, if available.Relationship.BuilderRelationship.Builder. resourceType(String resourceType)The resource type of the related resource.Relationship.BuilderRelationship.Builder. resourceType(ResourceType resourceType)The resource type of the related resource.Relationship.BuilderRelationship. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type Relationship.Builder Modifier and Type Method Description static Class<? extends Relationship.Builder>Relationship. serializableBuilderClass()
-