Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.GetWorkspaceResponse.Builder
Packages that use GetWorkspaceResponse.Builder
-
Uses of GetWorkspaceResponse.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return GetWorkspaceResponse.BuilderModifier and TypeMethodDescriptionThe ARN of the workspace.static GetWorkspaceResponse.BuilderGetWorkspaceResponse.builder()GetWorkspaceResponse.Builder.creationDateTime(Instant creationDateTime) The date and time when the workspace was created.GetWorkspaceResponse.Builder.description(String description) The description of the workspace.GetWorkspaceResponse.Builder.linkedServices(String... linkedServices) A list of services that are linked to the workspace.GetWorkspaceResponse.Builder.linkedServices(Collection<String> linkedServices) A list of services that are linked to the workspace.The ARN of the execution role associated with the workspace.GetWorkspaceResponse.Builder.s3Location(String s3Location) The ARN of the S3 bucket where resources associated with the workspace are stored.GetWorkspaceResponse.toBuilder()GetWorkspaceResponse.Builder.updateDateTime(Instant updateDateTime) The date and time when the workspace was last updated.GetWorkspaceResponse.Builder.workspaceId(String workspaceId) The ID of the workspace.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type GetWorkspaceResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetWorkspaceResponse.Builder>GetWorkspaceResponse.serializableBuilderClass()